Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dprotocol.h116 int inet6_register_protosw(struct inet_protosw *p);
/linux-4.1.27/net/ipv6/
Dudplite.c78 ret = inet6_register_protosw(&udplite6_protosw); in udplitev6_init()
Dping.c257 return inet6_register_protosw(&pingv6_protosw); in pingv6_init()
Daf_inet6.c569 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw() function
623 EXPORT_SYMBOL(inet6_register_protosw);
Draw.c1333 ret = inet6_register_protosw(&rawv6_protosw); in rawv6_init()
Dudp.c1568 ret = inet6_register_protosw(&udpv6_protosw); in udpv6_init()
Dtcp_ipv6.c1926 ret = inet6_register_protosw(&tcpv6_protosw); in tcpv6_init()
/linux-4.1.27/net/sctp/
Dipv6.c1053 inet6_register_protosw(&sctpv6_seqpacket_protosw); in sctp_v6_protosw_init()
1054 inet6_register_protosw(&sctpv6_stream_protosw); in sctp_v6_protosw_init()
/linux-4.1.27/net/l2tp/
Dl2tp_ip6.c780 inet6_register_protosw(&l2tp_ip6_protosw); in l2tp_ip6_init()
/linux-4.1.27/net/dccp/
Dipv6.c1120 inet6_register_protosw(&dccp_v6_protosw); in dccp_v6_init()