Home
last modified time | relevance | path

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

/linux-5.19.10/include/net/
Dprotocol.h76 struct inet_protosw { struct
104 void inet_register_protosw(struct inet_protosw *p); argument
105 void inet_unregister_protosw(struct inet_protosw *p);
110 int inet6_register_protosw(struct inet_protosw *p);
111 void inet6_unregister_protosw(struct inet_protosw *p);
/linux-5.19.10/net/ipv4/
Dudplite.c61 static struct inet_protosw udplite4_protosw = {
Daf_inet.c249 struct inet_protosw *answer; in inet_create()
1119 static struct inet_protosw inetsw_array[] =
1157 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1160 struct inet_protosw *answer; in inet_register_protosw()
1172 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1204 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1916 struct inet_protosw *q; in inet_init()
/linux-5.19.10/net/ipv6/
Dudplite.c57 static struct inet_protosw udplite6_protosw = {
Daf_inet6.c118 struct inet_protosw *answer; in inet6_create()
745 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
748 struct inet_protosw *answer; in inet6_register_protosw()
764 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
802 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
Dping.c206 static struct inet_protosw pingv6_protosw = {
Draw.c1303 static struct inet_protosw rawv6_protosw = {
Dudp.c1750 static struct inet_protosw udpv6_protosw = {
Dtcp_ipv6.c2185 static struct inet_protosw tcpv6_protosw = {
/linux-5.19.10/net/l2tp/
Dl2tp_ip.c631 static struct inet_protosw l2tp_ip_protosw = {
Dl2tp_ip6.c762 static struct inet_protosw l2tp_ip6_protosw = {
/linux-5.19.10/net/sctp/
Dipv6.c1091 static struct inet_protosw sctpv6_seqpacket_protosw = {
1098 static struct inet_protosw sctpv6_stream_protosw = {
Dprotocol.c1136 static struct inet_protosw sctp_seqpacket_protosw = {
1143 static struct inet_protosw sctp_stream_protosw = {
/linux-5.19.10/net/dccp/
Dipv4.c1006 static struct inet_protosw dccp_v4_protosw = {
Dipv6.c1092 static struct inet_protosw dccp_v6_protosw = {
/linux-5.19.10/net/mptcp/
Dprotocol.c3741 static struct inet_protosw mptcp_protosw = {
3847 static struct inet_protosw mptcp_v6_protosw = {