Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A 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()
H A Dudp.c129 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()
/linux/net/ipv4/
H A Dinet_hashtables.c314 static inline int compute_score(struct sock *sk, const struct net *net, in compute_score() function
390 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup()
H A Dudp.c368 static int compute_score(struct sock *sk, const struct net *net, in compute_score() function
454 score = compute_score(sk, net, in udp4_lib_lookup1()
482 score = compute_score(need_rescore ? result : sk, net, saddr, in udp4_lib_lookup2()