Searched refs:compute_score2 (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/net/ipv6/ |
D | udp.c | 191 static inline int compute_score2(struct sock *sk, struct net *net, in compute_score2() function 249 score = compute_score2(sk, net, saddr, sport, in udp6_lib_lookup2() 278 else if (unlikely(compute_score2(result, net, saddr, sport, in udp6_lib_lookup2()
|
/linux-4.4.14/net/ipv4/ |
D | udp.c | 385 static inline int compute_score2(struct sock *sk, struct net *net, in compute_score2() function 455 score = compute_score2(sk, net, saddr, sport, in udp4_lib_lookup2() 483 else if (unlikely(compute_score2(result, net, saddr, sport, in udp4_lib_lookup2()
|