Searched refs:type (Results 226 - 250 of 585) sorted by relevance

1234567891011>>

/net/ipv6/
H A Dexthdrs_core.c48 * where type of the first header can be found.
51 * of unparsable area i.e. the first header with unknown type.
52 * If it is not NULL *nexthdr is updated by type/protocol of this header.
115 int ipv6_find_tlv(struct sk_buff *skb, int offset, int type) argument
137 if (opttype == type)
H A Dtunnel6.c138 u8 type, u8 code, int offset, __be32 info)
143 if (!handler->err_handler(skb, opt, type, code, offset, info))
137 tunnel6_err(struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
H A Draw.c122 unsigned int type = hdr->icmp6_type; local
124 return (data[type >> 5] & (1U << (type & 31))) != 0;
321 u8 type, u8 code, int offset, __be32 info)
336 harderr = icmpv6_err_convert(type, code, &err);
337 if (type == ICMPV6_PKT_TOOBIG) {
341 if (type == NDISC_REDIRECT) {
359 u8 type, u8 code, int inner_offset, __be32 info)
379 rawv6_err(sk, skb, NULL, type, code,
677 u8 __user *type local
319 rawv6_err(struct sock *sk, struct sk_buff *skb, struct inet6_skb_parm *opt, u8 type, u8 code, int offset, __be32 info) argument
358 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) argument
[all...]
H A Dxfrm6_mode_transport.c30 hdr_len = x->type->hdr_offset(x, skb, &prevhdr);
/net/netrom/
H A Dnr_dev.c99 unsigned short type,
208 dev->type = ARPHRD_NETROM;
98 nr_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) argument
/net/nfc/
H A Ddigital.h62 int digital_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param);
96 int digital_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param);
H A Ddigital_core.c35 u8 type; member in struct:digital_cmd
181 switch (cmd->type) {
210 pr_err("Unknown cmd type %d\n", cmd->type);
241 cmd->type = cmd_type;
258 int digital_in_configure_hw(struct nfc_digital_dev *ddev, int type, int param) argument
262 rc = ddev->ops->in_configure_hw(ddev, type, param);
269 int digital_tg_configure_hw(struct nfc_digital_dev *ddev, int type, int param) argument
273 rc = ddev->ops->tg_configure_hw(ddev, type, param);
/net/rds/
H A Drdma_transport.c62 static char *rds_cm_event_str(enum rdma_cm_event_type type) argument
65 ARRAY_SIZE(rds_cm_event_strings), type);
H A Dtcp_listen.c60 new_sock->type = sock->type;
H A Dmessage.c107 int rds_message_add_extension(struct rds_header *hdr, unsigned int type, argument
117 if (type >= __RDS_EXTHDR_MAX || len != rds_exthdr_size[type])
124 *dst++ = type;
140 * type = rds_message_next_extension(hdr, &pos, buffer, &buflen);
141 * if (type == RDS_EXTHDR_NONE)
156 /* Get the extension type and length. For now, the
157 * length is implied by the extension type. */
/net/rose/
H A Drose_dev.c39 unsigned short type,
167 dev->type = ARPHRD_ROSE;
38 rose_header(struct sk_buff *skb, struct net_device *dev, unsigned short type, const void *daddr, const void *saddr, unsigned int len) argument
/net/sched/
H A Dsch_fq_codel.c296 [TCA_FQ_CODEL_TARGET] = { .type = NLA_U32 },
297 [TCA_FQ_CODEL_LIMIT] = { .type = NLA_U32 },
298 [TCA_FQ_CODEL_INTERVAL] = { .type = NLA_U32 },
299 [TCA_FQ_CODEL_ECN] = { .type = NLA_U32 },
300 [TCA_FQ_CODEL_FLOWS] = { .type = NLA_U32 },
301 [TCA_FQ_CODEL_QUANTUM] = { .type = NLA_U32 },
461 .type = TCA_FQ_CODEL_XSTATS_QDISC,
531 xstats.type = TCA_FQ_CODEL_XSTATS_CLASS;
/net/x25/
H A Dx25_route.c136 (!(dev->flags & IFF_UP) || (dev->type != ARPHRD_X25
138 && dev->type != ARPHRD_ETHER
/net/bridge/netfilter/
H A Dnf_log_bridge.c46 .type = NF_LOG_TYPE_LOG,
H A Dnf_tables_bridge.c75 .type = NFT_CHAIN_T_DEFAULT,
/net/dccp/
H A Dfeat.h135 int dccp_insert_fn_opt(struct sk_buff *skb, u8 type, u8 feat, u8 *val, u8 len,
/net/ieee802154/
H A Dnl-phy.c82 /* Request for interface name, index, type, IEEE address,
179 int type = __IEEE802154_DEV_INVALID; local
223 type = nla_get_u8(info->attrs[IEEE802154_ATTR_DEV_TYPE]);
224 if (type >= __IEEE802154_DEV_MAX) {
230 dev = phy->add_iface(phy, devname, type);
/net/ipv4/
H A Dcipso_ipv4.c99 /* Length of the base CIPSO option, this includes the option type (1 byte), the
339 secattr->type = NETLBL_NLTYPE_CIPSOV4;
462 * requirements of the mapping type (see cipso_ipv4.h for details). Returns
476 doi_type = doi_def->type;
486 if (doi_def->type != CIPSO_V4_MAP_PASS)
490 if (doi_def->type != CIPSO_V4_MAP_LOCAL)
553 switch (doi_def->type) {
736 switch (doi_def->type) {
764 switch (doi_def->type) {
798 switch (doi_def->type) {
[all...]
H A Dgre_demux.c217 const int type = icmp_hdr(skb)->type; local
228 if (type == ICMP_DEST_UNREACH && code == ICMP_FRAG_NEEDED) {
233 if (type == ICMP_REDIRECT) {
/net/ipv4/netfilter/
H A Dnf_tables_arp.c73 .type = NFT_CHAIN_T_DEFAULT,
H A Dnft_chain_route_ipv4.c66 .type = NFT_CHAIN_T_ROUTE,
/net/ipv6/netfilter/
H A Dnft_chain_route_ipv6.c64 .type = NFT_CHAIN_T_ROUTE,
/net/irda/
H A Dirmod.c55 /* Packet type handler.
59 .type = cpu_to_be16(ETH_P_IRDA),
60 .func = irlap_driver_rcv, /* Packet type handler irlap_frame.c */
109 /* Add IrDA packet type (Start receiving packets) */
137 /* Remove IrDA packet type (stop receiving packets) */
175 /* Remove IrDA packet type (stop receiving packets) */
/net/netfilter/
H A Dnf_tables_inet.c71 .type = NFT_CHAIN_T_DEFAULT,
H A Dxt_NFLOG.c31 li.type = NF_LOG_TYPE_ULOG;

Completed in 257 milliseconds

1234567891011>>