/net/802/ |
D | psnap.c | 35 struct datalink_proto *proto = NULL, *p; in find_snap_client() local 53 struct datalink_proto *proto; in snap_rcv() local 132 struct datalink_proto *proto = NULL; in register_snap_client() local 156 void unregister_snap_client(struct datalink_proto *proto) in unregister_snap_client()
|
D | stp.c | 38 const struct stp_proto *proto; in stp_pdu_rcv() local 65 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 88 void stp_proto_unregister(const struct stp_proto *proto) in stp_proto_unregister()
|
D | p8022.c | 41 struct datalink_proto *proto; in register_8022_client() local 57 void unregister_8022_client(struct datalink_proto *proto) in unregister_8022_client()
|
D | p8023.c | 44 struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC); in make_8023_client() local
|
/net/8021q/ |
D | vlan_core.c | 193 __be16 proto; member 211 __be16 proto, u16 vid) in vlan_vid_info_get() 222 static struct vlan_vid_info *vlan_vid_info_alloc(__be16 proto, u16 vid) in vlan_vid_info_alloc() 235 static int __vlan_vid_add(struct vlan_info *vlan_info, __be16 proto, u16 vid, in __vlan_vid_add() 260 int vlan_vid_add(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_add() 301 __be16 proto = vid_info->proto; in __vlan_vid_del() local 317 void vlan_vid_del(struct net_device *dev, __be16 proto, u16 vid) in vlan_vid_del()
|
/net/netfilter/ipset/ |
D | ip_set_getport.c | 25 bool src, __be16 *port, u8 *proto) in get_port() 98 __be16 *port, u8 *proto) in ip_set_get_ip4_port() 115 __be16 *port, u8 *proto) in ip_set_get_ip6_port() 136 u8 proto; in ip_set_get_ip_port() local
|
D | ip_set_hash_ipport.c | 45 u8 proto; member 52 u8 proto; member 60 u8 proto; member 68 u8 proto; member 230 u8 proto; member 237 u8 proto; member 245 u8 proto; member 253 u8 proto; member
|
D | ip_set_hash_ipportip.c | 46 u8 proto; member 54 u8 proto; member 63 u8 proto; member 72 u8 proto; member 240 u8 proto; member 248 u8 proto; member 257 u8 proto; member 266 u8 proto; member
|
D | ip_set_hash_netport.c | 54 u8 proto; member 62 u8 proto; member 71 u8 proto; member 80 u8 proto; member 295 u8 proto; member 303 u8 proto; member 312 u8 proto; member 321 u8 proto; member
|
D | ip_set_hash_ipportnet.c | 58 u8 proto; member 67 u8 proto; member 77 u8 proto; member 87 u8 proto; member 339 u8 proto; member 348 u8 proto; member 358 u8 proto; member 368 u8 proto; member
|
/net/ipv4/ |
D | gre.c | 31 int gre_add_protocol(const struct gre_protocol *proto, u8 version) in gre_add_protocol() 51 int gre_del_protocol(const struct gre_protocol *proto, u8 version) in gre_del_protocol() 74 const struct gre_protocol *proto; in gre_rcv() local 102 const struct gre_protocol *proto; in gre_err() local
|
/net/ipv6/ |
D | ip6_checksum.c | 9 __u32 len, unsigned short proto, in csum_ipv6_magic() 65 int udp6_csum_init(struct sk_buff *skb, struct udphdr *uh, int proto) in udp6_csum_init()
|
D | ip6_offload.c | 22 static int ipv6_gso_pull_exthdrs(struct sk_buff *skb, int proto) in ipv6_gso_pull_exthdrs() 89 int proto; in ipv6_gso_segment() local 155 int proto; in ipv6_gro_receive() local
|
D | exthdrs.c | 661 static void ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr() 686 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr() 696 u8 *proto, in ipv6_push_nfrag_opts() 713 void ipv6_push_frag_opts(struct sk_buff *skb, struct ipv6_txoptions *opt, u8 *proto) in ipv6_push_frag_opts()
|
D | xfrm6_input.c | 59 xfrm_address_t *saddr, u8 proto) in xfrm6_input_addr()
|
/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 41 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) argument 142 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get() 160 __ipvs_proto_data_get(struct netns_ipvs *ipvs, unsigned short proto) in __ipvs_proto_data_get() 174 ip_vs_proto_data_get(struct net *net, unsigned short proto) in ip_vs_proto_data_get() 228 const char * ip_vs_state_name(__u16 proto, int state) in ip_vs_state_name()
|
/net/netfilter/ |
D | nf_conntrack_proto.c | 216 int nf_ct_l3proto_register(struct nf_conntrack_l3proto *proto) in nf_ct_l3proto_register() 248 struct nf_conntrack_l3proto *proto) in nf_ct_l3proto_pernet_register() 262 void nf_ct_l3proto_unregister(struct nf_conntrack_l3proto *proto) in nf_ct_l3proto_unregister() 279 struct nf_conntrack_l3proto *proto) in nf_ct_l3proto_pernet_unregister()
|
D | xt_CT.c | 78 u8 proto; in xt_ct_set_helper() local 125 u8 proto; in xt_ct_set_timeout() local
|
/net/xfrm/ |
D | xfrm_state.c | 64 __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() 214 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type() 575 xfrm_state_flush_secctx_check(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush_secctx_check() 598 xfrm_state_flush_secctx_check(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush_secctx_check() 604 int xfrm_state_flush(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush() 681 __be32 spi, u8 proto, in __xfrm_state_lookup() 706 u8 proto, unsigned short family) in __xfrm_state_lookup_byaddr() 900 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() 995 u32 reqid, u8 proto, in __find_acq_core() 1376 u8 proto, unsigned short family) in xfrm_state_lookup() [all …]
|
/net/core/ |
D | flow_dissector.c | 32 __be16 proto = skb->protocol; in skb_flow_dissect() local 83 __be16 proto; in skb_flow_dissect() member 107 __be16 proto; in skb_flow_dissect() member
|
/net/bluetooth/bnep/ |
D | netdev.c | 137 u16 proto = ntohs(eh->h_proto); in bnep_net_eth_proto() local 150 u16 proto = bnep_net_eth_proto(skb); in bnep_net_proto_filter() local
|
/net/ipx/ |
D | pe2.c | 22 struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC); in make_EII_client() local
|
/net/bluetooth/ |
D | af_bluetooth.c | 69 void bt_sock_reclassify_lock(struct sock *sk, int proto) in bt_sock_reclassify_lock() 80 int bt_sock_register(int proto, const struct net_proto_family *ops) in bt_sock_register() 100 void bt_sock_unregister(int proto) in bt_sock_unregister() 133 static int bt_sock_create(struct net *net, struct socket *sock, int proto, in bt_sock_create()
|
/net/nfc/ |
D | af_nfc.c | 32 static int nfc_sock_create(struct net *net, struct socket *sock, int proto, in nfc_sock_create()
|
/net/bridge/ |
D | br_stp_bpdu.c | 140 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|