Home
last modified time | relevance | path

Searched refs:sdif (Results 1 – 16 of 16) sorted by relevance

/Linux-v4.19/include/net/
Dinet6_hashtables.h53 const int sdif);
62 const int dif, const int sdif);
71 const int dif, const int sdif, in __inet6_lookup() argument
76 dif, sdif); in __inet6_lookup()
82 daddr, hnum, dif, sdif); in __inet6_lookup()
89 int iif, int sdif, in __inet6_lookup_skb() argument
101 iif, sdif, refcounted); in __inet6_lookup_skb()
Dinet_hashtables.h241 const int dif, const int sdif);
247 __be32 daddr, __be16 dport, int dif, int sdif) in inet_lookup_listener() argument
250 daddr, ntohs(dport), dif, sdif); in inet_lookup_listener()
310 const int dif, const int sdif);
327 const int dif, const int sdif, in __inet_lookup() argument
334 daddr, hnum, dif, sdif); in __inet_lookup()
340 sport, daddr, hnum, dif, sdif); in __inet_lookup()
366 const int sdif, in __inet_lookup_skb() argument
378 iph->daddr, dport, inet_iif(skb), sdif, in __inet_lookup_skb()
Drawv6.h10 const struct in6_addr *rmt_addr, int dif, int sdif);
Draw.h29 __be32 laddr, int dif, int sdif);
Dudp.h300 __be32 daddr, __be16 dport, int dif, int sdif,
311 int dif, int sdif, struct udp_table *tbl,
/Linux-v4.19/net/ipv6/
Dinet6_hashtables.c59 const int dif, const int sdif) in __inet6_lookup_established() argument
76 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established()
81 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established()
99 const int dif, const int sdif, bool exact_dif) in compute_score() argument
114 sk->sk_bound_dev_if == sdif); in compute_score()
133 const unsigned short hnum, const int dif, const int sdif) in inet6_lhash2_lookup() argument
143 score = compute_score(sk, net, hnum, daddr, dif, sdif, in inet6_lhash2_lookup()
167 const unsigned short hnum, const int dif, const int sdif) in inet6_lookup_listener() argument
192 dif, sdif); in inet6_lookup_listener()
205 dif, sdif); in inet6_lookup_listener()
[all …]
Dudp.c116 int dif, int sdif, bool exact_dif) in compute_score() argument
149 sk->sk_bound_dev_if == sdif); in compute_score()
167 int dif, int sdif, bool exact_dif, in udp6_lib_lookup2() argument
178 daddr, hnum, dif, sdif, exact_dif); in udp6_lib_lookup2()
200 int dif, int sdif, struct udp_table *udptable, in __udp6_lib_lookup() argument
219 daddr, hnum, dif, sdif, exact_dif, in __udp6_lib_lookup()
234 daddr, hnum, dif, sdif, in __udp6_lib_lookup()
247 sdif, exact_dif); in __udp6_lib_lookup()
888 int dif, int sdif) in __udp6_lib_demux_lookup() argument
899 INET6_MATCH(sk, net, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
[all …]
Draw.c75 const struct in6_addr *rmt_addr, int dif, int sdif) in __raw_v6_lookup() argument
91 sk->sk_bound_dev_if != sdif) in __raw_v6_lookup()
Dtcp_ipv6.c1429 int sdif = inet6_sdif(skb); in tcp_v6_rcv() local
1463 th->source, th->dest, inet6_iif(skb), sdif, in tcp_v6_rcv()
1615 sdif); in tcp_v6_rcv()
/Linux-v4.19/net/ipv4/
Dinet_hashtables.c228 const int dif, const int sdif, bool exact_dif) in compute_score() argument
244 sk->sk_bound_dev_if == sdif); in compute_score()
270 const int dif, const int sdif) in inet_lhash2_lookup() argument
281 dif, sdif, exact_dif); in inet_lhash2_lookup()
304 const int dif, const int sdif) in __inet_lookup_listener() argument
329 dif, sdif); in __inet_lookup_listener()
342 dif, sdif); in __inet_lookup_listener()
348 dif, sdif, exact_dif); in __inet_lookup_listener()
394 const int dif, const int sdif) in __inet_lookup_established() argument
412 saddr, daddr, ports, dif, sdif))) { in __inet_lookup_established()
[all …]
Dudp.c370 int dif, int sdif, bool exact_dif) in compute_score() argument
403 sk->sk_bound_dev_if == sdif); in compute_score()
432 int dif, int sdif, bool exact_dif, in udp4_lib_lookup2() argument
444 daddr, hnum, dif, sdif, exact_dif); in udp4_lib_lookup2()
466 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup() argument
484 daddr, hnum, dif, sdif, in __udp4_lib_lookup()
499 daddr, hnum, dif, sdif, in __udp4_lib_lookup()
511 daddr, hnum, dif, sdif, exact_dif); in __udp4_lib_lookup()
570 int dif, int sdif, unsigned short hnum) in __udp_is_mcast_sock() argument
581 sk->sk_bound_dev_if != sdif)) in __udp_is_mcast_sock()
[all …]
Draw.c126 int dif, int sdif) in __raw_v4_lookup() argument
135 sk->sk_bound_dev_if != sdif)) in __raw_v4_lookup()
176 int sdif = inet_sdif(skb); in raw_v4_input() local
190 skb->dev->ifindex, sdif); in raw_v4_input()
196 skb->dev->ifindex, sdif)) { in raw_v4_input()
205 skb->dev->ifindex, sdif); in raw_v4_input()
304 int sdif = inet_sdif(skb); in raw_icmp_error() local
311 dif, sdif)) != NULL) { in raw_icmp_error()
Dtcp_ipv4.c1695 int sdif = inet_sdif(skb); in tcp_v4_rcv() local
1730 th->dest, sdif, &refcounted); in tcp_v4_rcv()
1884 sdif); in tcp_v4_rcv()
Digmp.c2610 int dif, int sdif) in ip_mc_sf_allow() argument
2626 (sdif && pmc->multi.imr_ifindex == sdif))) in ip_mc_sf_allow()
/Linux-v4.19/include/linux/
Digmp.h124 int dif, int sdif);
/Linux-v4.19/Documentation/admin-guide/
Ddevices.txt2067 240 = /dev/sdif 240th SCSI disk whole disk