Home
last modified time | relevance | path

Searched refs:inet6_register_protosw (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/net/
H A Dprotocol.h111 int inet6_register_protosw(struct inet_protosw *p);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dudplite.c73 ret = inet6_register_protosw(&udplite6_protosw); in udplitev6_init()
H A Dping.c258 return inet6_register_protosw(&pingv6_protosw); in pingv6_init()
H A Daf_inet6.c729 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw() function
783 EXPORT_SYMBOL(inet6_register_protosw);
H A Draw.c1347 return inet6_register_protosw(&rawv6_protosw); in rawv6_init()
H A Dudp.c1739 ret = inet6_register_protosw(&udpv6_protosw); in udpv6_init()
H A Dtcp_ipv6.c2220 ret = inet6_register_protosw(&tcpv6_protosw); in tcpv6_init()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c1137 inet6_register_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_init()
1138 inet6_register_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_init()
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip6.c785 inet6_register_protosw(&l2tp_ip6_protosw); in l2tp_ip6_init()
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv6.c1124 inet6_register_protosw(&dccp_v6_protosw); in dccp_v6_init()
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2894 err = inet6_register_protosw(&mptcp_v6_protosw); in mptcp_proto_v6_init()