Searched defs:sdif (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 59 const int dif, const int sdif) in __inet6_lookup_established() 99 const int dif, const int sdif, bool exact_dif) in compute_score() 133 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() 167 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() 258 const int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet6_check_established() local
|
D | udp.c | 116 int dif, int sdif, bool exact_dif) in compute_score() 167 int dif, int sdif, bool exact_dif, in udp6_lib_lookup2() 200 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() 888 int dif, int sdif) in __udp6_lib_demux_lookup() 914 int sdif = inet6_sdif(skb); in udp_v6_early_demux() local
|
D | raw.c | 75 const struct in6_addr *rmt_addr, int dif, int sdif) in __raw_v6_lookup()
|
D | tcp_ipv6.c | 1429 int sdif = inet6_sdif(skb); in tcp_v6_rcv() local
|
/Linux-v4.19/include/net/ |
D | inet6_hashtables.h | 71 const int dif, const int sdif, in __inet6_lookup() 89 int iif, int sdif, in __inet6_lookup_skb()
|
D | inet_hashtables.h | 247 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() 327 const int dif, const int sdif, in __inet_lookup() 366 const int sdif, in __inet_lookup_skb()
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 228 const int dif, const int sdif, bool exact_dif) in compute_score() 270 const int dif, const int sdif) in inet_lhash2_lookup() 304 const int dif, const int sdif) in __inet_lookup_listener() 394 const int dif, const int sdif) in __inet_lookup_established() 449 int sdif = l3mdev_master_ifindex_by_index(net, dif); in __inet_check_established() local
|
D | udp.c | 370 int dif, int sdif, bool exact_dif) in compute_score() 432 int dif, int sdif, bool exact_dif, in udp4_lib_lookup2() 466 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() 570 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() 2043 int sdif = inet_sdif(skb); in __udp4_lib_mcast_deliver() local 2256 int dif, int sdif) in __udp4_lib_mcast_demux_lookup() 2287 int dif, int sdif) in __udp4_lib_demux_lookup() 2316 int sdif = inet_sdif(skb); in udp_v4_early_demux() local
|
D | raw.c | 126 int dif, int sdif) in __raw_v4_lookup() 176 int sdif = inet_sdif(skb); in raw_v4_input() local 304 int sdif = inet_sdif(skb); in raw_icmp_error() local
|
D | tcp_ipv4.c | 1695 int sdif = inet_sdif(skb); in tcp_v4_rcv() local
|
D | igmp.c | 2610 int dif, int sdif) in ip_mc_sf_allow()
|