Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dprotocol.c28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol() function
33 EXPORT_SYMBOL(inet6_add_protocol);
H A Dtunnel6.c259 if (inet6_add_protocol(&tunnel6_protocol, IPPROTO_IPV6)) { in tunnel6_init()
263 if (inet6_add_protocol(&tunnel46_protocol, IPPROTO_IPIP)) { in tunnel6_init()
269 inet6_add_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS)) { in tunnel6_init()
H A Dudplite.c85 ret = inet6_add_protocol(&udplitev6_protocol, IPPROTO_UDPLITE); in udplitev6_init()
H A Dxfrm6_protocol.c270 if (inet6_add_protocol(netproto(protocol), protocol)) { in xfrm6_protocol_register()
H A Dexthdrs.c851 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init()
855 ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS); in ipv6_exthdrs_init()
859 ret = inet6_add_protocol(&nodata_protocol, IPPROTO_NONE); in ipv6_exthdrs_init()
H A Dreassembly.c588 ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); in ipv6_frag_init()
H A Dicmp.c1082 if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0) in icmpv6_init()
H A Dudp.c1820 ret = inet6_add_protocol(&udpv6_protocol, IPPROTO_UDP); in udpv6_init()
H A Dtcp_ipv6.c2225 ret = inet6_add_protocol(&tcpv6_protocol, IPPROTO_TCP); in tcpv6_init()
H A Dip6mr.c1391 if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) { in ip6_mr_init()
H A Dip6_gre.c2369 err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE); in ip6gre_init()
/openbmc/linux/include/net/
H A Dprotocol.h108 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
/openbmc/linux/net/l2tp/
H A Dl2tp_ip6.c778 err = inet6_add_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP); in l2tp_ip6_init()
/openbmc/linux/net/dccp/
H A Dipv6.c1145 err = inet6_add_protocol(&dccp_v6_protocol, IPPROTO_DCCP); in dccp_v6_init()
/openbmc/linux/net/sctp/
H A Dipv6.c1218 if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0) in sctp_v6_add_protocol()