Home
last modified time | relevance | path

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

/linux-6.12.1/net/ipv6/
Dinet6_hashtables.c92 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()
Dudp.c117 static int compute_score(struct sock *sk, const struct net *net, in compute_score() function
178 score = compute_score(need_rescore ? result : sk, net, saddr, in udp6_lib_lookup2()
/linux-6.12.1/net/ipv4/
Dinet_hashtables.c313 static inline int compute_score(struct sock *sk, const struct net *net, in compute_score() function
389 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup()
Dudp.c369 static int compute_score(struct sock *sk, const struct net *net, in compute_score() function
440 score = compute_score(need_rescore ? result : sk, net, saddr, in udp4_lib_lookup2()