Home
last modified time | relevance | path

Searched refs:compute_score (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/ipv6/
Dinet6_hashtables.c94 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
147 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet6_lhash2_lookup()
Dudp.c114 static int compute_score(struct sock *sk, struct net *net, in compute_score() function
189 score = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2()
207 badness = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2()
/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c241 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
300 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup()
Dudp.c357 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()
461 badness = compute_score(result, net, saddr, sport, in udp4_lib_lookup2()