Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv4/
A Dudp.c266 udptable->log); in udp_lib_get_port()
2296 udptable->mask; in __udp4_lib_mcast_deliver()
3320 udptable = kmalloc(sizeof(*udptable), GFP_KERNEL); in udp_pernet_table_alloc()
3321 if (!udptable) in udp_pernet_table_alloc()
3326 if (!udptable->hash) in udp_pernet_table_alloc()
3329 udptable->hash2 = udptable->hash + hash_entries; in udp_pernet_table_alloc()
3343 return udptable; in udp_pernet_table_alloc()
3346 kfree(udptable); in udp_pernet_table_alloc()
3358 kvfree(udptable->hash); in udp_pernet_table_free()
3359 kfree(udptable); in udp_pernet_table_free()
[all …]
/linux-6.3-rc2/net/ipv6/
A Dudp.c247 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
248 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
273 slot2 = hash2 & udptable->mask; in __udp6_lib_lookup()
274 hslot2 = &udptable->hash2[slot2]; in __udp6_lib_lookup()
288 struct udp_table *udptable) in __udp6_lib_lookup_skb() argument
523 struct udp_table *udptable, in __udp6_lib_err_encap() argument
577 struct udp_table *udptable) in __udp6_lib_err() argument
597 udptable, sk, skb, in __udp6_lib_err()
863 udptable->mask; in __udp6_lib_mcast_deliver()
866 hslot = &udptable->hash2[hash2]; in __udp6_lib_mcast_deliver()
[all …]

Completed in 12 milliseconds