/linux/net/sctp/ |
H A D | input.c | 102 int dif, sdif; in sctp_rcv() local 473 int sdif = inet_sdif(skb); in sctp_err_lookup() local 844 int dif, int sdif) in __sctp_rcv_lookup_endpoint() 984 bool sctp_sk_bound_dev_eq(struct net *net, int bound_dev_if, int dif, int sdif) in sctp_sk_bound_dev_eq() 999 int dif, int sdif) in sctp_addrs_lookup_transport() 1057 int dif, int sdif) in __sctp_lookup_association() 1079 int dif, int sdif) in sctp_lookup_association() 1094 int dif, int sdif) in sctp_has_association() 1127 int dif, int sdif) in __sctp_rcv_init_lookup() 1194 int dif, int sdif) in __sctp_rcv_asconf_lookup() [all …]
|
H A D | endpointola.c | 250 int dif, int sdif) in sctp_endpoint_is_match()
|
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 55 const int dif, const int sdif) in __inet6_lookup_established() 95 const int dif, const int sdif) in compute_score() 155 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() 207 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() 276 const int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet6_check_established() local
|
H A D | udp.c | 131 compute_score(struct sock * sk,const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned short hnum,int dif,int sdif) compute_score() argument 196 udp6_lib_lookup1(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,const struct udp_table * udptable) udp6_lib_lookup1() argument 220 udp6_lib_lookup2(const 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) udp6_lib_lookup2() argument 277 udp6_lib_lookup4(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp6_lib_lookup4() argument 290 udp6_lib_lookup4(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp6_lib_lookup4() argument 345 __udp6_lib_lookup(const 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) __udp6_lib_lookup() argument 424 int iif, sdif; udp6_lib_lookup_skb() local 941 __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) __udp_v6_is_mcast_sock() argument 987 int sdif = inet6_sdif(skb); __udp6_lib_mcast_deliver() local 1198 __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) __udp6_lib_demux_lookup() argument 1228 int sdif = inet6_sdif(skb); udp_v6_early_demux() local [all...] |
H A D | ip6_input.c | 400 int sdif = inet6_sdif(skb); in ip6_protocol_deliver_rcu() local 502 int sdif = inet6_sdif(skb); in ip6_mc_input() local
|
H A D | udp_offload.c | 121 int iif, sdif; udp6_gro_lookup_skb() local
|
H A D | tcpv6_offload.c | 25 int iif, sdif; in tcp6_check_fraglist_gro() local
|
H A D | tcp_ipv6.c | 1064 int sdif = tcp_v6_sdif(skb); tcp_v6_send_reset() local 1753 int sdif = inet6_sdif(skb); global() local
|
H A D | raw.c | 69 const struct in6_addr *rmt_addr, int dif, int sdif) in raw_v6_match()
|
/linux/include/net/ |
H A D | inet6_hashtables.h | 92 const int dif, const int sdif, in __inet6_lookup() 150 int iif, int sdif, in __inet6_lookup_skb() 182 const int dif, const int sdif) in inet6_match()
|
H A D | inet_hashtables.h | 319 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) inet_lookup_listener() argument 356 inet_match(const struct net * net,const struct sock * sk,const __addrpair cookie,const __portpair ports,int dif,int sdif) inet_match() argument 413 __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) __inet_lookup() argument 492 __inet_lookup_skb(struct inet_hashinfo * hashinfo,struct sk_buff * skb,int doff,const __be16 sport,const __be16 dport,const int sdif,bool * refcounted) __inet_lookup_skb() argument [all...] |
H A D | raw.h | 89 int dif, int sdif) in raw_sk_bound_dev_eq()
|
H A D | gro.h | 558 static inline void inet_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet_get_iif_sdif() 579 static inline void inet6_get_iif_sdif(const struct sk_buff *skb, int *iif, int *sdif) in inet6_get_iif_sdif()
|
H A D | udp.h | 375 udp_sk_bound_dev_eq(const struct net * net,int bound_dev_if,int dif,int sdif) udp_sk_bound_dev_eq() argument
|
/linux/net/ipv4/ |
H A D | inet_hashtables.c | 315 compute_score(struct sock * sk,const struct net * net,const unsigned short hnum,const __be32 daddr,const int dif,const int sdif) compute_score() argument 382 inet_lhash2_lookup(const 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) inet_lhash2_lookup() argument 431 __inet_lookup_listener(const 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) __inet_lookup_listener() argument 495 __inet_lookup_established(const 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) __inet_lookup_established() argument 550 int sdif = l3mdev_master_ifindex_by_index(net, dif); __inet_check_established() local 633 const int sdif = sk->sk_bound_dev_if; inet_ehash_lookup_by_sk() local [all...] |
H A D | udp.c | 371 compute_score(struct sock * sk,const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned short hnum,int dif,int sdif) compute_score() argument 445 udp4_lib_lookup1(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,const struct udp_table * udptable) udp4_lib_lookup1() argument 469 udp4_lib_lookup2(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,struct udp_hslot * hslot2,struct sk_buff * skb) udp4_lib_lookup2() argument 527 udp4_lib_lookup4(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp4_lib_lookup4() argument 545 udp4_lib_lookup4(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp4_lib_lookup4() argument 679 __udp4_lib_lookup(const struct net * net,__be32 saddr,__be16 sport,__be32 daddr,__be16 dport,int dif,int sdif,struct udp_table * udptable,struct sk_buff * skb) __udp4_lib_lookup() argument 763 int iif, sdif; udp4_lib_lookup_skb() local 793 __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) __udp_is_mcast_sock() argument 2512 int sdif = inet_sdif(skb); __udp4_lib_mcast_deliver() local 2752 __udp4_lib_mcast_demux_lookup(struct net * net,__be16 loc_port,__be32 loc_addr,__be16 rmt_port,__be32 rmt_addr,int dif,int sdif) __udp4_lib_mcast_demux_lookup() argument 2787 __udp4_lib_demux_lookup(struct net * net,__be16 loc_port,__be32 loc_addr,__be16 rmt_port,__be32 rmt_addr,int dif,int sdif) __udp4_lib_demux_lookup() argument 2819 int sdif = inet_sdif(skb); udp_v4_early_demux() local [all...] |
H A D | raw.c | 120 __be32 raddr, __be32 laddr, int dif, int sdif) in raw_v4_match() 166 int sdif = inet_sdif(skb); in raw_v4_input() local 276 int sdif = inet_sdif(skb); in raw_icmp_error() local
|
H A D | tcp_offload.c | 422 int iif, sdif; in tcp4_check_fraglist_gro() local
|
H A D | tcp_ipv4.c | 688 int sdif = tcp_v4_sdif(skb); in tcp_v4_ao_sign_reset() local 813 int sdif = tcp_v4_sdif(skb); in tcp_v4_send_reset() local 2192 int sdif = inet_sdif(skb); local [all...] |
H A D | udp_offload.c | 866 int iif, sdif; in udp4_gro_lookup_skb() local
|
H A D | ping.c | 172 int dif, sdif; in ping_lookup() local
|
H A D | igmp.c | 2734 int dif, int sdif) in ip_mc_sf_allow()
|
/linux/net/netfilter/ |
H A D | nft_meta.c | 302 u32 sdif = nft_meta_get_eval_sdif(pkt); in nft_meta_get_eval_sdifname() local
|
/linux/net/core/ |
H A D | filter.c | 6759 int dif, int sdif, u8 family, u8 proto) in sk_lookup() 6810 u64 flags, int sdif) in __bpf_skc_lookup() 6851 u64 flags, int sdif) in __bpf_sk_lookup() 6984 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local 7008 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local 7032 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local 7070 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local 7094 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local 7118 int ifindex = dev->ifindex, sdif = dev_sdif(dev); in BPF_CALL_5() local
|
/linux/drivers/dma/ |
H A D | at_xdmac.c | 211 bool sdif; member
|