/net/802/ |
D | psnap.c | 34 struct datalink_proto *proto = NULL, *p; in find_snap_client() local 52 struct datalink_proto *proto; in snap_rcv() local 130 struct datalink_proto *proto = NULL; in register_snap_client() local 155 void unregister_snap_client(struct datalink_proto *proto) in unregister_snap_client()
|
D | stp.c | 36 const struct stp_proto *proto; in stp_pdu_rcv() local 63 int stp_proto_register(const struct stp_proto *proto) in stp_proto_register() 86 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 | 43 struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC); in make_8023_client() local
|
/net/bluetooth/ |
D | af_bluetooth.c | 84 static inline void bt_sock_reclassify_lock(struct socket *sock, int proto) in bt_sock_reclassify_lock() 98 int bt_sock_register(int proto, struct net_proto_family *ops) in bt_sock_register() 118 int bt_sock_unregister(int proto) in bt_sock_unregister() 160 static int bt_sock_create(struct net *net, struct socket *sock, int proto) in bt_sock_create()
|
/net/netfilter/ipvs/ |
D | ip_vs_proto.c | 38 #define IP_VS_PROTO_HASH(proto) ((proto) & (IP_VS_PROTO_TAB_SIZE-1)) argument 85 struct ip_vs_protocol * ip_vs_proto_get(unsigned short proto) in ip_vs_proto_get() 144 const char * ip_vs_state_name(__u16 proto, int state) in ip_vs_state_name()
|
D | ip_vs_app.c | 66 ip_vs_app_inc_new(struct ip_vs_app *app, __u16 proto, __u16 port) in ip_vs_app_inc_new() 167 register_ip_vs_app_inc(struct ip_vs_app *app, __u16 proto, __u16 port) in register_ip_vs_app_inc()
|
D | ip_vs_conn.c | 117 static unsigned int ip_vs_conn_hashkey(int af, unsigned proto, in ip_vs_conn_hashkey() 679 ip_vs_conn_new(int af, int proto, const union nf_inet_addr *caddr, __be16 cport, in ip_vs_conn_new()
|
/net/ipv4/netfilter/ |
D | nf_nat_core.c | 109 const struct nf_nat_protocol *proto; in in_range() local 233 const struct nf_nat_protocol *proto; in get_unique_tuple() local 354 manip_pkt(u_int16_t proto, in manip_pkt() 521 int nf_nat_protocol_register(const struct nf_nat_protocol *proto) in nf_nat_protocol_register() 538 void nf_nat_protocol_unregister(const struct nf_nat_protocol *proto) in nf_nat_protocol_unregister()
|
/net/bluetooth/bnep/ |
D | netdev.c | 141 u16 proto = ntohs(eh->h_proto); in bnep_net_eth_proto() local 154 u16 proto = bnep_net_eth_proto(skb); in bnep_net_proto_filter() local
|
/net/xfrm/ |
D | xfrm_state.c | 67 xfrm_spi_hash(struct net *net, xfrm_address_t *daddr, __be32 spi, u8 proto, unsigned short family) in xfrm_spi_hash() 230 static const struct xfrm_type *xfrm_get_type(u8 proto, unsigned short family) in xfrm_get_type() 568 xfrm_state_flush_secctx_check(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush_secctx_check() 592 xfrm_state_flush_secctx_check(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush_secctx_check() 598 int xfrm_state_flush(struct net *net, u8 proto, struct xfrm_audit *audit_info) in xfrm_state_flush() 662 …__xfrm_state_lookup(struct net *net, xfrm_address_t *daddr, __be32 spi, u8 proto, unsigned short f… in __xfrm_state_lookup() 694 …p_byaddr(struct net *net, xfrm_address_t *daddr, xfrm_address_t *saddr, u8 proto, unsigned short f… in __xfrm_state_lookup_byaddr() 898 unsigned short family, u8 mode, u8 proto, u32 reqid) in xfrm_stateonly_find() 992 …nd_acq_core(struct net *net, unsigned short family, u8 mode, u32 reqid, u8 proto, xfrm_address_t *… in __find_acq_core() 1384 xfrm_state_lookup(struct net *net, xfrm_address_t *daddr, __be32 spi, u8 proto, in xfrm_state_lookup() [all …]
|
D | xfrm_hash.h | 62 __xfrm_spi_hash(xfrm_address_t *daddr, __be32 spi, u8 proto, unsigned short family, in __xfrm_spi_hash()
|
/net/ipv6/ |
D | exthdrs.c | 673 static void ipv6_push_rthdr(struct sk_buff *skb, u8 *proto, in ipv6_push_rthdr() 698 static void ipv6_push_exthdr(struct sk_buff *skb, u8 *proto, u8 type, struct ipv6_opt_hdr *opt) in ipv6_push_exthdr() 708 u8 *proto, in ipv6_push_nfrag_opts() 726 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()
|
D | af_inet6.c | 696 static int ipv6_gso_pull_exthdrs(struct sk_buff *skb, int proto) in ipv6_gso_pull_exthdrs() 806 int proto; member 820 int proto; in ipv6_gro_receive() local
|
D | ip6_output.c | 206 u8 proto = fl->proto; in ip6_xmit() local 304 int proto, int len) in ip6_nd_hdr() 1470 unsigned char proto = fl->proto; in ip6_push_pending_frames() local
|
/net/ethernet/ |
D | pe2.c | 21 struct datalink_proto *proto = kmalloc(sizeof(*proto), GFP_ATOMIC); in make_EII_client() local
|
/net/netfilter/ |
D | nf_conntrack_proto.c | 184 int nf_conntrack_l3proto_register(struct nf_conntrack_l3proto *proto) in nf_conntrack_l3proto_register() 209 void nf_conntrack_l3proto_unregister(struct nf_conntrack_l3proto *proto) in nf_conntrack_l3proto_unregister()
|
D | xt_multiport.c | 145 check(u_int16_t proto, in check()
|
/net/ipv4/ |
D | af_inet.c | 1173 int proto; in inet_gso_send_check() local 1209 int proto; in inet_gso_segment() local 1272 int proto; in inet_gro_receive() local 1338 int proto = iph->protocol & (MAX_INET_PROTOS - 1); in inet_gro_complete() local
|
/net/bridge/ |
D | br_stp_bpdu.c | 135 void br_stp_rcv(const struct stp_proto *proto, struct sk_buff *skb, in br_stp_rcv()
|
/net/ipv6/netfilter/ |
D | ip6t_REJECT.c | 47 u8 proto; in send_reset() local
|
/net/can/ |
D | af_can.c | 705 int proto = cp->protocol; in can_proto_register() local 745 int proto = cp->protocol; in can_proto_unregister() local
|
/net/ax25/ |
D | ax25_timer.c | 126 int proto = AX25_PROTO_STD_SIMPLEX; in ax25_heartbeat_expiry() local
|
/net/key/ |
D | af_key.c | 587 pfkey_proto2satype(uint16_t proto) in pfkey_proto2satype() 607 static uint8_t pfkey_proto_to_xfrm(uint8_t proto) in pfkey_proto_to_xfrm() 612 static uint8_t pfkey_proto_from_xfrm(uint8_t proto) in pfkey_proto_from_xfrm() 660 uint16_t proto; in pfkey_xfrm_state_lookup() local 1078 uint16_t proto; in pfkey_msg2xfrm_state() local 1322 u8 proto; in pfkey_getspi() local 1580 __u8 proto; in pfkey_get() local 1739 unsigned proto; in pfkey_flush() local 1807 u8 proto; in pfkey_dump() local 3393 uint8_t proto, uint8_t mode, int level, in set_ipsecrequest()
|