Searched refs:tunnel4_protocol (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/ipv4/
H A Dtunnel4.c217 static const struct net_protocol tunnel4_protocol = { variable in typeref:struct:net_protocol
241 if (inet_add_protocol(&tunnel4_protocol, IPPROTO_IPIP))
245 inet_del_protocol(&tunnel4_protocol, IPPROTO_IPIP);
251 inet_del_protocol(&tunnel4_protocol, IPPROTO_IPIP);
260 inet_del_protocol(&tunnel4_protocol, IPPROTO_IPIP);
291 if (inet_del_protocol(&tunnel4_protocol, IPPROTO_IPIP))

Completed in 133 milliseconds