Searched refs:inet_add_protocol (Results 1 – 9 of 9) sorted by relevance
| /net/ipv4/ |
| A D | protocol.c | 32 int inet_add_protocol(const struct net_protocol *prot, unsigned char protocol) in inet_add_protocol() function 37 EXPORT_SYMBOL(inet_add_protocol);
|
| A D | tunnel4.c | 241 if (inet_add_protocol(&tunnel4_protocol, IPPROTO_IPIP)) in tunnel4_init() 244 if (inet_add_protocol(&tunnel64_protocol, IPPROTO_IPV6)) { in tunnel4_init() 250 if (inet_add_protocol(&tunnelmpls4_protocol, IPPROTO_MPLS)) { in tunnel4_init()
|
| A D | udplite.c | 123 if (inet_add_protocol(&udplite_protocol, IPPROTO_UDPLITE) < 0) in udplite4_register()
|
| A D | gre_demux.c | 204 if (inet_add_protocol(&net_gre_protocol, IPPROTO_GRE) < 0) { in gre_init()
|
| A D | xfrm4_protocol.c | 254 if (inet_add_protocol(netproto(protocol), protocol)) { in xfrm4_protocol_register()
|
| A D | af_inet.c | 1927 if (inet_add_protocol(&icmp_protocol, IPPROTO_ICMP) < 0) in inet_init() 1935 if (inet_add_protocol(&net_hotdata.udp_protocol, IPPROTO_UDP) < 0) in inet_init() 1944 if (inet_add_protocol(&net_hotdata.tcp_protocol, IPPROTO_TCP) < 0) in inet_init() 1947 if (inet_add_protocol(&igmp_protocol, IPPROTO_IGMP) < 0) in inet_init()
|
| A D | ipmr.c | 3312 if (inet_add_protocol(&pim_protocol, IPPROTO_PIM) < 0) { in ip_mr_init()
|
| /net/l2tp/ |
| A D | l2tp_ip.c | 699 err = inet_add_protocol(&l2tp_ip_protocol, IPPROTO_L2TP); in l2tp_ip_init()
|
| /net/sctp/ |
| A D | protocol.c | 1300 if (inet_add_protocol(&sctp_protocol, IPPROTO_SCTP) < 0) in sctp_v4_add_protocol()
|
Completed in 23 milliseconds