Home
last modified time | relevance | path

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

/linux-2.6.39/net/ipv6/
Dinet6_hashtables.c127 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
169 score = compute_score(sk, net, hnum, daddr, dif); in inet6_lookup_listener()
185 else if (unlikely(compute_score(result, net, hnum, daddr, in inet6_lookup_listener()
Dudp.c123 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
282 score = compute_score(sk, net, hnum, saddr, sport, daddr, dport, dif); in __udp6_lib_lookup()
299 else if (unlikely(compute_score(result, net, hnum, saddr, sport, in __udp6_lib_lookup()
/linux-2.6.39/net/ipv4/
Dinet_hashtables.c143 static inline int compute_score(struct sock *sk, struct net *net, in compute_score() function
192 score = compute_score(sk, net, hnum, daddr, dif); in __inet_lookup_listener()
208 else if (unlikely(compute_score(result, net, hnum, daddr, in __inet_lookup_listener()
Dudp.c326 static inline int compute_score(struct sock *sk, struct net *net, __be32 saddr, in compute_score() function
487 score = compute_score(sk, net, saddr, hnum, sport, in __udp4_lib_lookup()
505 else if (unlikely(compute_score(result, net, saddr, hnum, sport, in __udp4_lib_lookup()