Symbol: inet6_add_protocol
include/net/protocol.h
111
int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
net/ipv6/exthdrs.c
857
ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING);
net/ipv6/exthdrs.c
861
ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS);
net/ipv6/exthdrs.c
865
ret = inet6_add_protocol(&nodata_protocol, IPPROTO_NONE);
net/ipv6/icmp.c
1291
if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0)
net/ipv6/ip6_gre.c
2338
err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE);
net/ipv6/ip6mr.c
1410
if (inet6_add_protocol(&pim6_protocol, IPPROTO_PIM) < 0) {
net/ipv6/protocol.c
33
EXPORT_SYMBOL(inet6_add_protocol);
net/ipv6/reassembly.c
587
ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT);
net/ipv6/tcp_ipv6.c
2373
ret = inet6_add_protocol(&net_hotdata.tcpv6_protocol, IPPROTO_TCP);
net/ipv6/tunnel6.c
259
if (inet6_add_protocol(&tunnel6_protocol, IPPROTO_IPV6)) {
net/ipv6/tunnel6.c
263
if (inet6_add_protocol(&tunnel46_protocol, IPPROTO_IPIP)) {
net/ipv6/tunnel6.c
269
inet6_add_protocol(&tunnelmpls6_protocol, IPPROTO_MPLS)) {
net/ipv6/udp.c
1958
ret = inet6_add_protocol(&net_hotdata.udpv6_protocol, IPPROTO_UDP);
net/ipv6/udplite.c
84
ret = inet6_add_protocol(&udplitev6_protocol, IPPROTO_UDPLITE);
net/ipv6/xfrm6_protocol.c
270
if (inet6_add_protocol(netproto(protocol), protocol)) {
net/l2tp/l2tp_ip6.c
833
err = inet6_add_protocol(&l2tp_ip6_protocol, IPPROTO_L2TP);
net/sctp/ipv6.c
1180
if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0)