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

/linux-4.1.27/net/ipv6/
H A Dinet6_hashtables.c96 static inline int compute_score(struct sock *sk, struct net *net, compute_score() function
139 score = compute_score(sk, net, hnum, daddr, dif); inet6_lookup_listener()
166 else if (unlikely(compute_score(result, net, hnum, daddr, inet6_lookup_listener()
H A Dudp.c144 static inline int compute_score(struct sock *sk, struct net *net, compute_score() function
326 score = compute_score(sk, net, hnum, saddr, sport, daddr, dport, dif); __udp6_lib_lookup()
354 else if (unlikely(compute_score(result, net, hnum, saddr, sport, __udp6_lib_lookup()
/linux-4.1.27/net/ipv4/
H A Dinet_hashtables.c172 static inline int compute_score(struct sock *sk, struct net *net, compute_score() function
223 score = compute_score(sk, net, hnum, daddr, dif); __inet_lookup_listener()
250 else if (unlikely(compute_score(result, net, hnum, daddr, __inet_lookup_listener()
H A Dudp.c340 static inline int compute_score(struct sock *sk, struct net *net, compute_score() function
533 score = compute_score(sk, net, saddr, hnum, sport, __udp4_lib_lookup()
562 else if (unlikely(compute_score(result, net, saddr, hnum, sport, __udp4_lib_lookup()

Completed in 152 milliseconds