Searched refs:compute_score (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 93 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 163 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup()
|
H A D | udp.c | 120 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 181 score = compute_score(need_rescore ? result : sk, net, saddr, in udp6_lib_lookup2()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_hashtables.c | 319 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function 395 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup()
|
H A D | udp.c | 368 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 441 score = compute_score(need_rescore ? result : sk, net, saddr, in udp4_lib_lookup2()
|