Searched refs:compute_score (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | inet6_hashtables.c | 96 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 141 score = compute_score(sk, net, hnum, daddr, dif); in inet6_lookup_listener() 168 else if (unlikely(compute_score(result, net, hnum, daddr, in inet6_lookup_listener()
|
D | udp.c | 144 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 329 score = compute_score(sk, net, hnum, saddr, sport, daddr, dport, dif); in __udp6_lib_lookup() 357 else if (unlikely(compute_score(result, net, hnum, saddr, sport, in __udp6_lib_lookup()
|
/linux-4.4.14/net/ipv4/ |
D | inet_hashtables.c | 171 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 224 score = compute_score(sk, net, hnum, daddr, dif); in __inet_lookup_listener() 251 else if (unlikely(compute_score(result, net, hnum, daddr, in __inet_lookup_listener()
|
D | udp.c | 339 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 536 score = compute_score(sk, net, saddr, hnum, sport, in __udp4_lib_lookup() 565 else if (unlikely(compute_score(result, net, saddr, hnum, sport, in __udp4_lib_lookup()
|