Home
last modified time | relevance | path

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

/linux/include/net/
H A Dhotdata.h21 struct inet6_protocol udpv6_protocol; member
50 #define udp6_ehash_secret net_hotdata.udpv6_protocol.secret
/linux/net/ipv6/
H A Dudp.c1957 net_hotdata.udpv6_protocol = (struct inet6_protocol) { in udpv6_init()
1962 ret = inet6_add_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_init()
1973 inet6_del_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_init()
1980 inet6_del_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP); in udpv6_exit()