Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
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);
116 int inet6_register_protosw(struct inet_protosw *p);
117 void inet6_unregister_protosw(struct inet_protosw *p);
/linux-4.4.14/net/ipv6/
Daf_inet6.c106 struct inet_protosw *answer; in inet6_create()
572 int inet6_register_protosw(struct inet_protosw *p) in inet6_register_protosw()
575 struct inet_protosw *answer; in inet6_register_protosw()
591 answer = list_entry(lh, struct inet_protosw, list); in inet6_register_protosw()
629 inet6_unregister_protosw(struct inet_protosw *p) in inet6_unregister_protosw()
Dudplite.c62 static struct inet_protosw udplite6_protosw = {
Dping.c49 static struct inet_protosw pingv6_protosw = {
Draw.c1326 static struct inet_protosw rawv6_protosw = {
Dudp.c1554 static struct inet_protosw udpv6_protosw = {
Dtcp_ipv6.c1906 static struct inet_protosw tcpv6_protosw = {
/linux-4.4.14/net/ipv4/
Dudplite.c68 static struct inet_protosw udplite4_protosw = {
Daf_inet.c253 struct inet_protosw *answer; in inet_create()
994 static struct inet_protosw inetsw_array[] =
1032 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw()
1035 struct inet_protosw *answer; in inet_register_protosw()
1047 answer = list_entry(lh, struct inet_protosw, list); in inet_register_protosw()
1079 void inet_unregister_protosw(struct inet_protosw *p) in inet_unregister_protosw()
1684 struct inet_protosw *q; in inet_init()
/linux-4.4.14/net/sctp/
Dipv6.c966 static struct inet_protosw sctpv6_seqpacket_protosw = {
973 static struct inet_protosw sctpv6_stream_protosw = {
Dprotocol.c1039 static struct inet_protosw sctp_seqpacket_protosw = {
1046 static struct inet_protosw sctp_stream_protosw = {
/linux-4.4.14/net/l2tp/
Dl2tp_ip.c606 static struct inet_protosw l2tp_ip_protosw = {
Dl2tp_ip6.c757 static struct inet_protosw l2tp_ip6_protosw = {
/linux-4.4.14/net/dccp/
Dipv4.c996 static struct inet_protosw dccp_v4_protosw = {
Dipv6.c1046 static struct inet_protosw dccp_v6_protosw = {