Home
last modified time | relevance | path

Searched defs:udptable (Results 1 – 3 of 3) sorted by relevance

/linux/net/ipv4/
H A Dudp.c242 struct udp_table *udptable = udp_get_table_prot(sk); in udp_lib_get_port() local
446 const struct udp_table *udptable) in udp4_lib_lookup1()
528 struct udp_table *udptable) in udp4_lib_lookup4()
533 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
538 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4()
546 struct udp_table *udptable) in udp4_lib_lookup4()
579 static void udp_rehash4(struct udp_table *udptable, struct sock *sk, in udp_rehash4()
602 static void udp_unhash4(struct udp_table *udptable, struct sock *sk) in udp_unhash4()
625 struct udp_table *udptable; in udp_lib_hash4() local
679 int sdif, struct udp_table *udptable, struct sk_buff *skb) in __udp4_lib_lookup()
[all …]
/linux/net/ipv6/
H A Dudp.c198 udp6_lib_lookup1(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,const struct udp_table * udptable) udp6_lib_lookup1() argument
279 udp6_lib_lookup4(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp6_lib_lookup4() argument
292 udp6_lib_lookup4(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,unsigned int hnum,int dif,int sdif,struct udp_table * udptable) udp6_lib_lookup4() argument
346 __udp6_lib_lookup(const struct net * net,const struct in6_addr * saddr,__be16 sport,const struct in6_addr * daddr,__be16 dport,int dif,int sdif,struct udp_table * udptable,struct sk_buff * skb) __udp6_lib_lookup() argument
410 __udp6_lib_lookup_skb(struct sk_buff * skb,__be16 sport,__be16 dport,struct udp_table * udptable) __udp6_lib_lookup_skb() argument
650 __udp6_lib_err_encap(struct net * net,const struct ipv6hdr * hdr,int offset,struct udphdr * uh,struct udp_table * udptable,struct sock * sk,struct sk_buff * skb,struct inet6_skb_parm * opt,u8 type,u8 code,__be32 info) __udp6_lib_err_encap() argument
704 __udp6_lib_err(struct sk_buff * skb,struct inet6_skb_parm * opt,u8 type,u8 code,int offset,__be32 info,struct udp_table * udptable) __udp6_lib_err() argument
978 __udp6_lib_mcast_deliver(struct net * net,struct sk_buff * skb,const struct in6_addr * saddr,const struct in6_addr * daddr,struct udp_table * udptable,int proto) __udp6_lib_mcast_deliver() argument
1070 __udp6_lib_rcv(struct sk_buff * skb,struct udp_table * udptable,int proto) __udp6_lib_rcv() argument
1200 struct udp_table *udptable = net->ipv4.udp_table; __udp6_lib_demux_lookup() local
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dsock_iter_batch.c100 struct udp_table *udptable; in iter_udp_soreuse() local