Searched refs:compute_score (Results 1 – 2 of 2) sorted by relevance
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 92 static inline int compute_score(struct sock *sk, const struct net *net, in compute_score() function 162 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup()
|
H A D | udp.c | 129 static int compute_score(struct sock *sk, const struct net *net, in compute_score() function 206 score = compute_score(sk, net, in udp6_lib_lookup1() 233 score = compute_score(need_rescore ? result : sk, net, saddr, in udp6_lib_lookup2() 261 /* compute_score is too long of a function to be in udp6_lib_lookup2()
|