Home
last modified time | relevance | path

Searched refs:inet_register_protosw (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/include/net/
Dprotocol.h107 void inet_register_protosw(struct inet_protosw *p);
/linux-4.1.27/net/ipv4/
Dudplite.c131 inet_register_protosw(&udplite4_protosw); in udplite4_register()
Daf_inet.c1031 void inet_register_protosw(struct inet_protosw *p) in inet_register_protosw() function
1082 EXPORT_SYMBOL(inet_register_protosw);
1730 inet_register_protosw(q); in inet_init()
/linux-4.1.27/net/l2tp/
Dl2tp_ip.c630 inet_register_protosw(&l2tp_ip_protosw); in l2tp_ip_init()
/linux-4.1.27/net/sctp/
Dprotocol.c1140 inet_register_protosw(&sctp_seqpacket_protosw); in sctp_v4_protosw_init()
1141 inet_register_protosw(&sctp_stream_protosw); in sctp_v4_protosw_init()
/linux-4.1.27/net/dccp/
Dipv4.c1056 inet_register_protosw(&dccp_v4_protosw); in dccp_v4_init()