Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A 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()
H A Dudp.c101 static int compute_score(struct sock *sk, struct net *net, in compute_score() function
176 score = compute_score(sk, net, saddr, sport, in udp6_lib_lookup2()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c232 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
291 score = compute_score(sk, net, hnum, daddr, dif, sdif); in inet_lhash2_lookup()
H A Dudp.c358 static int compute_score(struct sock *sk, struct net *net, in compute_score() function
444 score = compute_score(sk, net, saddr, sport, in udp4_lib_lookup2()