Searched refs:inet6_register_protosw (Results 1 – 11 of 11) sorted by relevance
110 int inet6_register_protosw(struct inet_protosw *p);
83 ret = inet6_register_protosw(&udplite6_protosw); in udplitev6_init()
288 return inet6_register_protosw(&pingv6_protosw); in pingv6_init()
744 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw() function798 EXPORT_SYMBOL(inet6_register_protosw);
1317 return inet6_register_protosw(&rawv6_protosw); in rawv6_init()
1800 ret = inet6_register_protosw(&udpv6_protosw); in udpv6_init()
2234 ret = inet6_register_protosw(&tcpv6_protosw); in tcpv6_init()
1198 inet6_register_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_init()1199 inet6_register_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_init()
785 inet6_register_protosw(&l2tp_ip6_protosw); in l2tp_ip6_init()
1140 inet6_register_protosw(&dccp_v6_protosw); in dccp_v6_init()
3943 err = inet6_register_protosw(&mptcp_v6_protosw); in mptcp_proto_v6_init()
Completed in 28 milliseconds