Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H 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);
/openbmc/linux/net/ipv4/
H A Dudplite.c74 static struct inet_protosw udplite4_protosw = {
H A Daf_inet.c255 struct inet_protosw *answer; in inet_create()
1151 static struct inet_protosw inetsw_array[] =
1189 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1192 struct inet_protosw *answer; in inet_register_protosw()
1204 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1236 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1958 struct inet_protosw *q; in inet_init()
/openbmc/linux/net/ipv6/
H A Dudplite.c73 static struct inet_protosw udplite6_protosw = {
H A Daf_inet6.c125 struct inet_protosw *answer; in inet6_create()
748 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
751 struct inet_protosw *answer; in inet6_register_protosw()
767 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
805 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
H A Dping.c222 static struct inet_protosw pingv6_protosw = {
H A Draw.c1299 static struct inet_protosw rawv6_protosw = {
H A Dudp.c1805 static struct inet_protosw udpv6_protosw = {
H A Dtcp_ipv6.c2192 static struct inet_protosw tcpv6_protosw = {
/openbmc/linux/net/sctp/
H A Dipv6.c1109 static struct inet_protosw sctpv6_seqpacket_protosw = {
1116 static struct inet_protosw sctpv6_stream_protosw = {
H A Dprotocol.c1140 static struct inet_protosw sctp_seqpacket_protosw = {
1147 static struct inet_protosw sctp_stream_protosw = {
/openbmc/linux/net/l2tp/
H A Dl2tp_ip.c629 static struct inet_protosw l2tp_ip_protosw = {
H A Dl2tp_ip6.c757 static struct inet_protosw l2tp_ip6_protosw = {
/openbmc/linux/net/dccp/
H A Dipv4.c1017 static struct inet_protosw dccp_v4_protosw = {
H A Dipv6.c1099 static struct inet_protosw dccp_v6_protosw = {
/openbmc/linux/net/mptcp/
H A Dprotocol.c4063 static struct inet_protosw mptcp_protosw = {
4167 static struct inet_protosw mptcp_v6_protosw = {