Home
last modified time | relevance | path

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

/linux/include/net/
H A Dprotocol.h113 int inet6_register_protosw(struct inet_protosw *p);
/linux/net/smc/
H A Dsmc_inet.c139 rc = inet6_register_protosw(&smc_inet6_protosw); in smc_inet_init()
/linux/net/ipv6/
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 Dtcp_ipv6.c2356 ret = inet6_register_protosw(&tcpv6_protosw);
/linux/net/sctp/
H A Dipv6.c1162 inet6_register_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_init()
1163 inet6_register_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_init()
/linux/net/dccp/
H A Dipv6.c
/linux/net/mptcp/
H A Dprotocol.c4704 err = inet6_register_protosw(&mptcp_v6_protosw); in mptcp_proto_v6_init()