Searched refs:udptable (Results 1 – 3 of 3) sorted by relevance
268 udptable->log); in udp_lib_get_port()737 udptable); in __udp4_lib_lookup()2518 udptable->mask; in __udp4_lib_mcast_deliver()3734 udptable = kmalloc(sizeof(*udptable), GFP_KERNEL); in udp_pernet_table_alloc()3735 if (!udptable) in udp_pernet_table_alloc()3742 if (!udptable->hash) in udp_pernet_table_alloc()3745 udptable->hash2 = (void *)(udptable->hash + hash_entries); in udp_pernet_table_alloc()3760 return udptable; in udp_pernet_table_alloc()3763 kfree(udptable); in udp_pernet_table_alloc()3776 kfree(udptable); in udp_pernet_table_free()[all …]
278 struct udp_table *udptable) in udp6_lib_lookup4() argument291 struct udp_table *udptable) in udp6_lib_lookup4() argument301 slot = hash4 & udptable->mask; in udp6_lib_lookup4()302 hslot4 = &udptable->hash4[slot]; in udp6_lib_lookup4()358 dif, sdif, udptable); in __udp6_lib_lookup()398 udptable); in __udp6_lib_lookup()409 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument649 struct udp_table *udptable, in __udp6_lib_err_encap() argument703 struct udp_table *udptable) in __udp6_lib_err() argument723 udptable, sk, skb, in __udp6_lib_err()[all …]
65 struct udp_table *udptable; in iter_udp_soreuse() local84 udptable = sk->sk_net.net->ipv4.udp_table; in iter_udp_soreuse()85 bucket[idx] = udp_sk(sk)->udp_portaddr_hash & udptable->mask; in iter_udp_soreuse()