Home
last modified time | relevance | path

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

/linux-6.14.4/include/net/
Dhotdata.h14 struct net_protocol tcp_protocol; member
46 #define inet_ehash_secret net_hotdata.tcp_protocol.secret
/linux-6.14.4/net/ipv4/
Daf_inet.c1941 net_hotdata.tcp_protocol = (struct net_protocol) { in inet_init()
1947 if (inet_add_protocol(&net_hotdata.tcp_protocol, IPPROTO_TCP) < 0) in inet_init()