Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
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-v5.15/net/ipv4/
Dudplite.c61 static struct inet_protosw udplite4_protosw = {
Daf_inet.c252 struct inet_protosw *answer; in inet_create()
1122 static struct inet_protosw inetsw_array[] =
1160 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1163 struct inet_protosw *answer; in inet_register_protosw()
1175 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1207 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1939 struct inet_protosw *q; in inet_init()
/Linux-v5.15/net/ipv6/
Dudplite.c57 static struct inet_protosw udplite6_protosw = {
Daf_inet6.c117 struct inet_protosw *answer; in inet6_create()
733 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
736 struct inet_protosw *answer; in inet6_register_protosw()
752 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
790 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
Dping.c184 static struct inet_protosw pingv6_protosw = {
Draw.c1334 static struct inet_protosw rawv6_protosw = {
Dudp.c1746 static struct inet_protosw udpv6_protosw = {
Dtcp_ipv6.c2217 static struct inet_protosw tcpv6_protosw = {
/Linux-v5.15/net/l2tp/
Dl2tp_ip.c629 static struct inet_protosw l2tp_ip_protosw = {
Dl2tp_ip6.c759 static struct inet_protosw l2tp_ip6_protosw = {
/Linux-v5.15/net/sctp/
Dipv6.c1091 static struct inet_protosw sctpv6_seqpacket_protosw = {
1098 static struct inet_protosw sctpv6_stream_protosw = {
Dprotocol.c1137 static struct inet_protosw sctp_seqpacket_protosw = {
1144 static struct inet_protosw sctp_stream_protosw = {
/Linux-v5.15/net/dccp/
Dipv4.c1007 static struct inet_protosw dccp_v4_protosw = {
Dipv6.c1092 static struct inet_protosw dccp_v6_protosw = {
/Linux-v5.15/net/mptcp/
Dprotocol.c3440 static struct inet_protosw mptcp_protosw = {
3546 static struct inet_protosw mptcp_v6_protosw = {