Searched refs:compute_score (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/net/ipv6/ |
D | inet6_hashtables.c | 96 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 143 score = compute_score(sk, net, hnum, daddr, dif, sdif, in inet6_lhash2_lookup() 210 score = compute_score(sk, net, hnum, daddr, dif, sdif, exact_dif); in inet6_lookup_listener()
|
D | udp.c | 113 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 177 score = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2() 246 score = compute_score(sk, net, saddr, sport, daddr, hnum, dif, in __udp6_lib_lookup()
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 226 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 280 score = compute_score(sk, net, hnum, daddr, in inet_lhash2_lookup() 347 score = compute_score(sk, net, hnum, daddr, in __inet_lookup_listener()
|
D | udp.c | 367 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 443 score = compute_score(sk, net, saddr, sport, in udp4_lib_lookup2() 510 score = compute_score(sk, net, saddr, sport, in __udp4_lib_lookup()
|