Searched refs:inet_protosw (Results 1 – 17 of 17) sorted by relevance
79 struct inet_protosw { struct107 void inet_register_protosw(struct inet_protosw *p); argument108 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);
54 static struct inet_protosw smc_inet_protosw = {102 static struct inet_protosw smc_inet6_protosw = {
74 static struct inet_protosw udplite4_protosw = {
256 struct inet_protosw *answer; in inet_create()1155 static struct inet_protosw inetsw_array[] =1193 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()1196 struct inet_protosw *answer; in inet_register_protosw()1208 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()1240 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()1904 struct inet_protosw *q; in inet_init()
73 static struct inet_protosw udplite6_protosw = {
126 struct inet_protosw *answer; in inet6_create()753 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()756 struct inet_protosw *answer; in inet6_register_protosw()772 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()810 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
222 static struct inet_protosw pingv6_protosw = {
1305 static struct inet_protosw rawv6_protosw = {
1799 static struct inet_protosw udpv6_protosw = {
2370 static struct inet_protosw tcpv6_protosw = {
1108 static struct inet_protosw sctpv6_seqpacket_protosw = {1115 static struct inet_protosw sctpv6_stream_protosw = {
1141 static struct inet_protosw sctp_seqpacket_protosw = {1148 static struct inet_protosw sctp_stream_protosw = {
654 static struct inet_protosw l2tp_ip_protosw = {
786 static struct inet_protosw l2tp_ip6_protosw = {
1019 static struct inet_protosw dccp_v4_protosw = {
1101 static struct inet_protosw dccp_v6_protosw = {
4096 static struct inet_protosw mptcp_protosw = {4200 static struct inet_protosw mptcp_v6_protosw = {
Completed in 53 milliseconds