Home
last modified time | relevance | path

Searched refs:udptable (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dudp.c268 udptable->log); in udp_lib_get_port()
2264 udptable->mask; in __udp4_lib_mcast_deliver()
3462 udptable = kmalloc(sizeof(*udptable), GFP_KERNEL); in udp_pernet_table_alloc()
3463 if (!udptable) in udp_pernet_table_alloc()
3468 if (!udptable->hash) in udp_pernet_table_alloc()
3471 udptable->hash2 = udptable->hash + hash_entries; in udp_pernet_table_alloc()
3485 return udptable; in udp_pernet_table_alloc()
3488 kfree(udptable); in udp_pernet_table_alloc()
3500 kvfree(udptable->hash); in udp_pernet_table_free()
3501 kfree(udptable); in udp_pernet_table_free()
[all …]
/openbmc/linux/net/ipv6/
H A Dudp.c235 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
236 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
263 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
264 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
278 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
518 struct udp_table *udptable, in __udp6_lib_err_encap() argument
572 struct udp_table *udptable) in __udp6_lib_err() argument
592 udptable, sk, skb, in __udp6_lib_err()
862 udptable->mask; in __udp6_lib_mcast_deliver()
865 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
[all …]