Home
last modified time | relevance | path

Searched refs:inet_protosw (Results 1 – 16 of 16) sorted by relevance

/linux/include/net/
A Dprotocol.h80 struct inet_protosw { struct
108 void inet_register_protosw(struct inet_protosw *p); argument
109 void inet_unregister_protosw(struct inet_protosw *p);
114 int inet6_register_protosw(struct inet_protosw *p);
115 void inet6_unregister_protosw(struct inet_protosw *p);
/linux/net/ipv6/
A Daf_inet6.c117 struct inet_protosw *answer; in inet6_create()
734 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
737 struct inet_protosw *answer; in inet6_register_protosw()
753 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
791 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
A Dudplite.c57 static struct inet_protosw udplite6_protosw = {
A Dping.c184 static struct inet_protosw pingv6_protosw = {
A Draw.c1337 static struct inet_protosw rawv6_protosw = {
A Dudp.c1747 static struct inet_protosw udpv6_protosw = {
A Dtcp_ipv6.c2219 static struct inet_protosw tcpv6_protosw = {
/linux/net/ipv4/
A Dudplite.c61 static struct inet_protosw udplite4_protosw = {
A Daf_inet.c248 struct inet_protosw *answer; in inet_create()
1120 static struct inet_protosw inetsw_array[] =
1158 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1161 struct inet_protosw *answer; in inet_register_protosw()
1173 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1205 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1931 struct inet_protosw *q; in inet_init()
/linux/net/sctp/
A Dipv6.c1091 static struct inet_protosw sctpv6_seqpacket_protosw = {
1098 static struct inet_protosw sctpv6_stream_protosw = {
A Dprotocol.c1136 static struct inet_protosw sctp_seqpacket_protosw = {
1143 static struct inet_protosw sctp_stream_protosw = {
/linux/net/l2tp/
A Dl2tp_ip.c629 static struct inet_protosw l2tp_ip_protosw = {
A Dl2tp_ip6.c759 static struct inet_protosw l2tp_ip6_protosw = {
/linux/net/dccp/
A Dipv4.c1007 static struct inet_protosw dccp_v4_protosw = {
A Dipv6.c1092 static struct inet_protosw dccp_v6_protosw = {
/linux/net/mptcp/
A Dprotocol.c3480 static struct inet_protosw mptcp_protosw = {
3586 static struct inet_protosw mptcp_v6_protosw = {

Completed in 40 milliseconds