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

/linux-4.4.14/net/ipv6/
H A Dprotocol.c32 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 Dtunnel6.c171 if (inet6_add_protocol(&tunnel6_protocol, IPPROTO_IPV6)) { tunnel6_init()
175 if (inet6_add_protocol(&tunnel46_protocol, IPPROTO_IPIP)) { tunnel6_init()
H A Dudplite.c74 ret = inet6_add_protocol(&udplitev6_protocol, IPPROTO_UDPLITE); udplitev6_init()
H A Dxfrm6_protocol.c222 if (inet6_add_protocol(netproto(protocol), protocol)) { xfrm6_protocol_register()
H A Dexthdrs.c498 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 Dicmp.c896 if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0) icmpv6_init()
H A Dreassembly.c741 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); ipv6_frag_init()
H A Dip6_gre.c1704 err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE); ip6gre_init()
H A Dtcp_ipv6.c1941 ret = inet6_add_protocol(&tcpv6_protocol, IPPROTO_TCP); tcpv6_init()
H A Dudp.c1566 ret = inet6_add_protocol(&udpv6_protocol, IPPROTO_UDP); udpv6_init()
H A Dip6mr.c1418 if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) { ip6_mr_init()
/linux-4.4.14/include/net/
H A Dprotocol.h114 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
/linux-4.4.14/net/l2tp/
H A Dl2tp_ip6.c778 err = inet6_add_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP); l2tp_ip6_init()
/linux-4.4.14/net/dccp/
H A Dipv6.c1080 err = inet6_add_protocol(&dccp_v6_protocol, IPPROTO_DCCP); dccp_v6_init()
/linux-4.4.14/net/sctp/
H A Dipv6.c1082 if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0) sctp_v6_add_protocol()

Completed in 295 milliseconds