inet6_add_protocol 104 include/net/protocol.h extern int inet6_add_protocol(struct inet6_protocol *prot, unsigned char num); inet6_add_protocol 1216 net/dccp/ipv6.c err = inet6_add_protocol(&dccp_v6_protocol, IPPROTO_DCCP); inet6_add_protocol 544 net/ipv6/ah6.c if (inet6_add_protocol(&ah6_protocol, IPPROTO_AH) < 0) { inet6_add_protocol 572 net/ipv6/esp6.c if (inet6_add_protocol(&esp6_protocol, IPPROTO_ESP) < 0) { inet6_add_protocol 522 net/ipv6/exthdrs.c ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); inet6_add_protocol 526 net/ipv6/exthdrs.c ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS); inet6_add_protocol 530 net/ipv6/exthdrs.c ret = inet6_add_protocol(&nodata_protocol, IPPROTO_NONE); inet6_add_protocol 873 net/ipv6/icmp.c if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0) inet6_add_protocol 1266 net/ipv6/ip6mr.c ret = inet6_add_protocol(&pim6_protocol, inet6_add_protocol 194 net/ipv6/ipcomp6.c if (inet6_add_protocol(&ipcomp6_protocol, IPPROTO_COMP) < 0) { inet6_add_protocol 778 net/ipv6/reassembly.c ret = inet6_add_protocol(&frag_protocol, IPPROTO_FRAGMENT); inet6_add_protocol 2097 net/ipv6/tcp_ipv6.c ret = inet6_add_protocol(&tcpv6_protocol, IPPROTO_TCP); inet6_add_protocol 150 net/ipv6/tunnel6.c if (inet6_add_protocol(&tunnel6_protocol, IPPROTO_IPV6)) { inet6_add_protocol 154 net/ipv6/tunnel6.c if (inet6_add_protocol(&tunnel46_protocol, IPPROTO_IPIP)) { inet6_add_protocol 1075 net/ipv6/udp.c ret = inet6_add_protocol(&udpv6_protocol, IPPROTO_UDP); inet6_add_protocol 73 net/ipv6/udplite.c ret = inet6_add_protocol(&udplitev6_protocol, IPPROTO_UDPLITE); inet6_add_protocol 1088 net/sctp/ipv6.c if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0)