Searched refs:compute_score (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/net/ipv6/ |
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()
|
D | udp.c | 120 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 178 score = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2() 203 badness = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2()
|
/Linux-v6.6/net/ipv4/ |
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()
|
D | udp.c | 366 static int compute_score(struct sock *sk, struct net *net, in compute_score() function 436 score = compute_score(sk, net, saddr, sport, in udp4_lib_lookup2() 461 badness = compute_score(result, net, saddr, sport, in udp4_lib_lookup2()
|