Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A 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-6.3-rc2/net/ipv6/
A Dudplite.c67 static struct inet_protosw udplite6_protosw = {
A Daf_inet6.c125 struct inet_protosw *answer; in inet6_create()
744 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
747 struct inet_protosw *answer; in inet6_register_protosw()
763 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
801 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
A Dping.c220 static struct inet_protosw pingv6_protosw = {
A Draw.c1307 static struct inet_protosw rawv6_protosw = {
A Dudp.c1784 static struct inet_protosw udpv6_protosw = {
A Dtcp_ipv6.c2194 static struct inet_protosw tcpv6_protosw = {
/linux-6.3-rc2/net/ipv4/
A Dudplite.c72 static struct inet_protosw udplite4_protosw = {
A Daf_inet.c248 struct inet_protosw *answer; in inet_create()
1129 static struct inet_protosw inetsw_array[] =
1167 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1170 struct inet_protosw *answer; in inet_register_protosw()
1182 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1214 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1932 struct inet_protosw *q; in inet_init()
/linux-6.3-rc2/net/l2tp/
A Dl2tp_ip.c631 static struct inet_protosw l2tp_ip_protosw = {
A Dl2tp_ip6.c760 static struct inet_protosw l2tp_ip6_protosw = {
/linux-6.3-rc2/net/sctp/
A Dipv6.c1102 static struct inet_protosw sctpv6_seqpacket_protosw = {
1109 static struct inet_protosw sctpv6_stream_protosw = {
A Dprotocol.c1142 static struct inet_protosw sctp_seqpacket_protosw = {
1149 static struct inet_protosw sctp_stream_protosw = {
/linux-6.3-rc2/net/dccp/
A Dipv4.c1014 static struct inet_protosw dccp_v4_protosw = {
A Dipv6.c1094 static struct inet_protosw dccp_v6_protosw = {
/linux-6.3-rc2/net/mptcp/
A Dprotocol.c3822 static struct inet_protosw mptcp_protosw = {
3922 static struct inet_protosw mptcp_v6_protosw = {

Completed in 40 milliseconds