Searched refs:inet6_add_protocol (Results 1 - 15 of 15) sorted by relevance
/linux-4.4.14/net/ipv6/ |
H A D | protocol.c | 32 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) inet6_add_protocol() function 37 EXPORT_SYMBOL(inet6_add_protocol); variable
|
H A D | tunnel6.c | 171 if (inet6_add_protocol(&tunnel6_protocol, IPPROTO_IPV6)) { tunnel6_init() 175 if (inet6_add_protocol(&tunnel46_protocol, IPPROTO_IPIP)) { tunnel6_init()
|
H A D | udplite.c | 74 ret = inet6_add_protocol(&udplitev6_protocol, IPPROTO_UDPLITE); udplitev6_init()
|
H A D | xfrm6_protocol.c | 222 if (inet6_add_protocol(netproto(protocol), protocol)) { xfrm6_protocol_register()
|
H A D | exthdrs.c | 498 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); ipv6_exthdrs_init() 502 ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS); ipv6_exthdrs_init() 506 ret = inet6_add_protocol(&nodata_protocol, IPPROTO_NONE); ipv6_exthdrs_init()
|
H A D | icmp.c | 896 if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0) icmpv6_init()
|
H A D | reassembly.c | 741 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); ipv6_frag_init()
|
H A D | ip6_gre.c | 1704 err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE); ip6gre_init()
|
H A D | tcp_ipv6.c | 1941 ret = inet6_add_protocol(&tcpv6_protocol, IPPROTO_TCP); tcpv6_init()
|
H A D | udp.c | 1566 ret = inet6_add_protocol(&udpv6_protocol, IPPROTO_UDP); udpv6_init()
|
H A D | ip6mr.c | 1418 if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) { ip6_mr_init()
|
/linux-4.4.14/include/net/ |
H A D | protocol.h | 114 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
|
/linux-4.4.14/net/l2tp/ |
H A D | l2tp_ip6.c | 778 err = inet6_add_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP); l2tp_ip6_init()
|
/linux-4.4.14/net/dccp/ |
H A D | ipv6.c | 1080 err = inet6_add_protocol(&dccp_v6_protocol, IPPROTO_DCCP); dccp_v6_init()
|
/linux-4.4.14/net/sctp/ |
H A D | ipv6.c | 1082 if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0) sctp_v6_add_protocol()
|
Completed in 359 milliseconds