Searched refs:inet6_add_protocol (Results 1 – 10 of 10) sorted by relevance
| /linux/net/ipv6/ |
| H A D | protocol.c | 28 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 D | tunnel6.c | 259 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 D | xfrm6_protocol.c | 272 if (inet6_add_protocol(netproto(protocol), protocol)) { in xfrm6_protocol_register()
|
| H A D | exthdrs.c | 860 ret = inet6_add_protocol(&rthdr_protocol, IPPROTO_ROUTING); in ipv6_exthdrs_init() 864 ret = inet6_add_protocol(&destopt_protocol, IPPROTO_DSTOPTS); in ipv6_exthdrs_init() 868 ret = inet6_add_protocol(&nodata_protocol, IPPROTO_NONE); in ipv6_exthdrs_init()
|
| H A D | icmp.c | 1289 if (inet6_add_protocol(&icmpv6_protocol, IPPROTO_ICMPV6) < 0) in icmpv6_init()
|
| H A D | ip6_gre.c | 2340 err = inet6_add_protocol(&ip6gre_protocol, IPPROTO_GRE); in ip6gre_init()
|
| H A D | tcp_ipv6.c | 2351 ret = inet6_add_protocol(&net_hotdata.tcpv6_protocol, IPPROTO_TCP);
|
| /linux/include/net/ |
| H A D | protocol.h | 111 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
|
| /linux/net/dccp/ |
| H A D | ipv6.c | |
| /linux/net/sctp/ |
| H A D | ipv6.c | 1182 if (inet6_add_protocol(&sctpv6_protocol, IPPROTO_SCTP) < 0) in sctp_v6_add_protocol()
|