Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dhotdata.h21 struct inet6_protocol udpv6_protocol; member
49 #define udp6_ehash_secret net_hotdata.udpv6_protocol.secret
/linux-6.15/net/ipv6/
H A Dudp.c1949 net_hotdata.udpv6_protocol = (struct inet6_protocol) { in udpv6_init()
1954 ret = inet6_add_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_init()
1965 inet6_del_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_init()
1972 inet6_del_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_exit()