Searched defs:sdif (Results 1 - 25 of 25) sorted by relevance

/linux-master/include/net/
H A Draw.h88 raw_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) argument
H A Dinet6_hashtables.h85 __inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif, bool *refcounted) argument
146 __inet6_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, int iif, int sdif, bool *refcounted) argument
178 inet6_match(struct net *net, const struct sock *sk, const struct in6_addr *saddr, const struct in6_addr *daddr, const __portpair ports, const int dif, const int sdif) argument
H A Dudp.h248 udp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) argument
H A Dinet_hashtables.h315 inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif, int sdif) argument
354 inet_match(struct net *net, const struct sock *sk, const __addrpair cookie, const __portpair ports, int dif, int sdif) argument
408 __inet_lookup(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, const __be16 sport, const __be32 daddr, const __be16 dport, const int dif, const int sdif, bool *refcounted) argument
487 __inet_lookup_skb(struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be16 sport, const __be16 dport, const int sdif, bool *refcounted) argument
[all...]
H A Dgro.h469 static inline void inet_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) argument
490 static inline void inet6_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) argument
H A Dinet_sock.h145 inet_bound_dev_eq(bool l3mdev_accept, int bound_dev_if, int dif, int sdif) argument
153 inet_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) argument
H A Dtcp.h2800 tcp_inbound_hash(struct sock *sk, const struct request_sock *req, const struct sk_buff *skb, const void *saddr, const void *daddr, int family, int dif, int sdif) argument
/linux-master/net/sctp/
H A Dendpointola.c247 sctp_endpoint_is_match(struct sctp_endpoint *ep, struct net *net, const union sctp_addr *laddr, int dif, int sdif) argument
H A Dinput.c102 int dif, sdif; local
473 int sdif = inet_sdif(skb); local
837 __sctp_rcv_lookup_endpoint( struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, const union sctp_addr *paddr, int dif, int sdif) argument
981 sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) argument
992 sctp_addrs_lookup_transport( struct net *net, const union sctp_addr *laddr, const union sctp_addr *paddr, int dif, int sdif) argument
1049 __sctp_lookup_association( struct net *net, const union sctp_addr *local, const union sctp_addr *peer, struct sctp_transport **pt, int dif, int sdif) argument
1072 sctp_lookup_association(struct net *net, const union sctp_addr *laddr, const union sctp_addr *paddr, struct sctp_transport **transportp, int dif, int sdif) argument
1088 sctp_has_association(struct net *net, const union sctp_addr *laddr, const union sctp_addr *paddr, int dif, int sdif) argument
1121 __sctp_rcv_init_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1185 __sctp_rcv_asconf_lookup( struct net *net, struct sctp_chunkhdr *ch, const union sctp_addr *laddr, __be16 peer_port, struct sctp_transport **transportp, int dif, int sdif) argument
1224 __sctp_rcv_walk_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1293 __sctp_rcv_lookup_harder(struct net *net, struct sk_buff *skb, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
1327 __sctp_rcv_lookup(struct net *net, struct sk_buff *skb, const union sctp_addr *paddr, const union sctp_addr *laddr, struct sctp_transport **transportp, int dif, int sdif) argument
[all...]
/linux-master/net/ipv6/
H A Dudp_offload.c121 int iif, sdif; local
H A Dip6_input.c402 int sdif = inet6_sdif(skb); local
500 int sdif = inet6_sdif(skb); local
H A Dinet6_hashtables.c48 __inet6_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const u16 hnum, const int dif, const int sdif) argument
91 compute_score(struct sock *sk, struct net *net, const unsigned short hnum, const struct in6_addr *daddr, const int dif, const int sdif) argument
149 inet6_lhash2_lookup(struct net *net, struct inet_listen_hashbucket *ilb2, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const unsigned short hnum, const int dif, const int sdif) argument
201 inet6_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const struct in6_addr *saddr, const __be16 sport, const struct in6_addr *daddr, const unsigned short hnum, const int dif, const int sdif) argument
272 const int sdif = l3mdev_master_ifindex_by_index(net, dif); local
[all...]
H A Draw.c67 raw_v6_match(struct net *net, const struct sock *sk, unsigned short num, const struct in6_addr *loc_addr, const struct in6_addr *rmt_addr, int dif, int sdif) argument
H A Dtcp_ipv6.c1060 int sdif = tcp_v6_sdif(skb); local
1751 int sdif = inet6_sdif(skb); local
H A Dudp.c278 int iif, sdif; local
117 compute_score(struct sock *sk, struct net *net, const struct in6_addr *saddr, __be16 sport, const struct in6_addr *daddr, unsigned short hnum, int dif, int sdif) argument
163 udp6_lib_lookup2(struct net *net, const struct in6_addr *saddr, __be16 sport, const struct in6_addr *daddr, unsigned int hnum, int dif, int sdif, struct udp_hslot *hslot2, struct sk_buff *skb) argument
208 __udp6_lib_lookup(struct net *net, const struct in6_addr *saddr, __be16 sport, const struct in6_addr *daddr, __be16 dport, int dif, int sdif, struct udp_table *udptable, struct sk_buff *skb) argument
792 __udp_v6_is_mcast_sock(struct net *net, const struct sock *sk, __be16 loc_port, const struct in6_addr *loc_addr, __be16 rmt_port, const struct in6_addr *rmt_addr, int dif, int sdif, unsigned short hnum) argument
841 int sdif = inet6_sdif(skb); local
1052 __udp6_lib_demux_lookup(struct net *net, __be16 loc_port, const struct in6_addr *loc_addr, __be16 rmt_port, const struct in6_addr *rmt_addr, int dif, int sdif) argument
1086 int sdif = inet6_sdif(skb); local
[all...]
/linux-master/net/ipv4/
H A Dudp_offload.c631 int iif, sdif; local
H A Dping.c172 int dif, sdif; local
H A Dinet_hashtables.c313 compute_score(struct sock *sk, struct net *net, const unsigned short hnum, const __be32 daddr, const int dif, const int sdif) argument
377 inet_lhash2_lookup(struct net *net, struct inet_listen_hashbucket *ilb2, struct sk_buff *skb, int doff, const __be32 saddr, __be16 sport, const __be32 daddr, const unsigned short hnum, const int dif, const int sdif) argument
426 __inet_lookup_listener(struct net *net, struct inet_hashinfo *hashinfo, struct sk_buff *skb, int doff, const __be32 saddr, __be16 sport, const __be32 daddr, const unsigned short hnum, const int dif, const int sdif) argument
491 __inet_lookup_established(struct net *net, struct inet_hashinfo *hashinfo, const __be32 saddr, const __be16 sport, const __be32 daddr, const u16 hnum, const int dif, const int sdif) argument
548 int sdif = l3mdev_master_ifindex_by_index(net, dif); local
619 const int sdif = sk->sk_bound_dev_if; local
[all...]
H A Draw.c166 int sdif = inet_sdif(skb); local
276 int sdif = inet_sdif(skb); local
119 raw_v4_match(struct net *net, const struct sock *sk, unsigned short num, __be32 raddr, __be32 laddr, int dif, int sdif) argument
H A Digmp.c2644 ip_mc_sf_allow(const struct sock *sk, __be32 loc_addr, __be32 rmt_addr, int dif, int sdif) argument
H A Dtcp_ipv4.c675 int sdif = tcp_v4_sdif(skb); local
799 int sdif = tcp_v4_sdif(skb); local
2166 int sdif = inet_sdif(skb); local
[all...]
H A Dudp.c538 int iif, sdif; local
366 compute_score(struct sock *sk, struct net *net, __be32 saddr, __be16 sport, __be32 daddr, unsigned short hnum, int dif, int sdif) argument
421 udp4_lib_lookup2(struct net *net, __be32 saddr, __be16 sport, __be32 daddr, unsigned int hnum, int dif, int sdif, struct udp_hslot *hslot2, struct sk_buff *skb) argument
470 __udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport, __be32 daddr, __be16 dport, int dif, int sdif, struct udp_table *udptable, struct sk_buff *skb) argument
565 __udp_is_mcast_sock(struct net *net, const struct sock *sk, __be16 loc_port, __be32 loc_addr, __be16 rmt_port, __be32 rmt_addr, int dif, int sdif, unsigned short hnum) argument
2243 int sdif = inet_sdif(skb); local
2480 __udp4_lib_mcast_demux_lookup(struct net *net, __be16 loc_port, __be32 loc_addr, __be16 rmt_port, __be32 rmt_addr, int dif, int sdif) argument
2515 __udp4_lib_demux_lookup(struct net *net, __be16 loc_port, __be32 loc_addr, __be16 rmt_port, __be32 rmt_addr, int dif, int sdif) argument
2551 int sdif = inet_sdif(skb); local
[all...]
/linux-master/net/netfilter/
H A Dnft_meta.c302 u32 sdif = nft_meta_get_eval_sdif(pkt); local
/linux-master/drivers/dma/
H A Dat_xdmac.c211 bool sdif; member in struct:at_xdmac_layout
/linux-master/net/core/
H A Dfilter.c6625 sk_lookup(struct net *net, struct bpf_sock_tuple *tuple, int dif, int sdif, u8 family, u8 proto) argument
6675 __bpf_skc_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, struct net *caller_net, u32 ifindex, u8 proto, u64 netns_id, u64 flags, int sdif) argument
6716 __bpf_sk_lookup(struct sk_buff *skb, struct bpf_sock_tuple *tuple, u32 len, struct net *caller_net, u32 ifindex, u8 proto, u64 netns_id, u64 flags, int sdif) argument
6855 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
6879 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
6903 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
6941 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
6965 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
6989 int ifindex = dev->ifindex, sdif = dev_sdif(dev); local
[all...]

Completed in 336 milliseconds