Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dprotocol.h77 struct inet_protosw { struct
105 void inet_register_protosw(struct inet_protosw *p); argument
106 void inet_unregister_protosw(struct inet_protosw *p);
111 int inet6_register_protosw(struct inet_protosw *p);
112 void inet6_unregister_protosw(struct inet_protosw *p);
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daf_inet6.c116 struct inet_protosw *answer; in inet6_create()
729 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
732 struct inet_protosw *answer; in inet6_register_protosw()
748 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
786 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
H A Dudplite.c57 static struct inet_protosw udplite6_protosw = {
H A Dping.c190 static struct inet_protosw pingv6_protosw = {
H A Draw.c1337 static struct inet_protosw rawv6_protosw = {
H A Dudp.c1723 static struct inet_protosw udpv6_protosw = {
H A Dtcp_ipv6.c2180 static struct inet_protosw tcpv6_protosw = {
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudplite.c62 static struct inet_protosw udplite4_protosw = {
H A Daf_inet.c252 struct inet_protosw *answer; in inet_create()
1121 static struct inet_protosw inetsw_array[] =
1159 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1162 struct inet_protosw *answer; in inet_register_protosw()
1174 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1206 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1936 struct inet_protosw *q; in inet_init()
/OK3568_Linux_fs/kernel/net/sctp/
H A Dipv6.c1043 static struct inet_protosw sctpv6_seqpacket_protosw = {
1050 static struct inet_protosw sctpv6_stream_protosw = {
H A Dprotocol.c1048 static struct inet_protosw sctp_seqpacket_protosw = {
1055 static struct inet_protosw sctp_stream_protosw = {
/OK3568_Linux_fs/kernel/net/l2tp/
H A Dl2tp_ip.c629 static struct inet_protosw l2tp_ip_protosw = {
H A Dl2tp_ip6.c760 static struct inet_protosw l2tp_ip6_protosw = {
/OK3568_Linux_fs/kernel/net/dccp/
H A Dipv4.c1000 static struct inet_protosw dccp_v4_protosw = {
H A Dipv6.c1084 static struct inet_protosw dccp_v6_protosw = {
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c2811 static struct inet_protosw mptcp_protosw = {
2872 static struct inet_protosw mptcp_v6_protosw = {