Searched refs:udp4_lib_lookup (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_tproxy_ipv4.c | 121 sk = udp4_lib_lookup(net, saddr, sport, daddr, dport, in nf_tproxy_get_sock_v4()
|
H A D | nf_socket_ipv4.c | 78 return udp4_lib_lookup(net, saddr, sport, daddr, dport, in nf_socket_get_sock_v4()
|
/openbmc/linux/include/net/ |
H A D | udp.h | 299 struct sock *udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport,
|
/openbmc/linux/net/ipv4/ |
H A D | udp.c | 566 struct sock *udp4_lib_lookup(struct net *net, __be32 saddr, __be16 sport, in udp4_lib_lookup() function 577 EXPORT_SYMBOL_GPL(udp4_lib_lookup);
|