Searched refs:compute_score2 (Results 1 – 2 of 2) sorted by relevance
/net/ipv6/ |
D | udp.c | 164 static inline int compute_score2(struct sock *sk, struct net *net, in compute_score2() function 214 score = compute_score2(sk, net, saddr, sport, in udp6_lib_lookup2() 245 else if (unlikely(compute_score2(result, net, saddr, sport, in udp6_lib_lookup2()
|
/net/ipv4/ |
D | udp.c | 374 static inline int compute_score2(struct sock *sk, struct net *net, in compute_score2() function 424 score = compute_score2(sk, net, saddr, sport, in udp4_lib_lookup2() 452 else if (unlikely(compute_score2(result, net, saddr, sport, in udp4_lib_lookup2()
|