Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dprotocol.h79 struct inet_protosw { struct
107 void inet_register_protosw(struct inet_protosw *p); argument
108 void inet_unregister_protosw(struct inet_protosw *p);
113 int inet6_register_protosw(struct inet_protosw *p);
114 void inet6_unregister_protosw(struct inet_protosw *p);
/linux-6.15/net/smc/
H A Dsmc_inet.c54 static struct inet_protosw smc_inet_protosw = {
102 static struct inet_protosw smc_inet6_protosw = {
/linux-6.15/net/ipv4/
H A Dudplite.c74 static struct inet_protosw udplite4_protosw = {
H A Daf_inet.c256 struct inet_protosw *answer; in inet_create()
1153 static struct inet_protosw inetsw_array[] =
1191 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1194 struct inet_protosw *answer; in inet_register_protosw()
1206 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1238 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1892 struct inet_protosw *q; in inet_init()
/linux-6.15/net/ipv6/
H A Dudplite.c73 static struct inet_protosw udplite6_protosw = {
H A Daf_inet6.c126 struct inet_protosw *answer; in inet6_create()
751 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
754 struct inet_protosw *answer; in inet6_register_protosw()
770 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
808 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
H A Dping.c220 static struct inet_protosw pingv6_protosw = {
H A Draw.c1297 static struct inet_protosw rawv6_protosw = {
H A Dudp.c1937 static struct inet_protosw udpv6_protosw = {
H A Dtcp_ipv6.c2378 static struct inet_protosw tcpv6_protosw = {
/linux-6.15/net/sctp/
H A Dipv6.c1108 static struct inet_protosw sctpv6_seqpacket_protosw = {
1115 static struct inet_protosw sctpv6_stream_protosw = {
H A Dprotocol.c1156 static struct inet_protosw sctp_seqpacket_protosw = {
1163 static struct inet_protosw sctp_stream_protosw = {
/linux-6.15/net/l2tp/
H A Dl2tp_ip.c647 static struct inet_protosw l2tp_ip_protosw = {
H A Dl2tp_ip6.c780 static struct inet_protosw l2tp_ip6_protosw = {
/linux-6.15/net/dccp/
H A Dipv4.c1015 static struct inet_protosw dccp_v4_protosw = {
H A Dipv6.c1094 static struct inet_protosw dccp_v6_protosw = {
/linux-6.15/net/mptcp/
H A Dprotocol.c3978 static struct inet_protosw mptcp_protosw = {
4084 static struct inet_protosw mptcp_v6_protosw = {