Symbol: inet_protosw
include/net/protocol.h
107
void inet_register_protosw(struct inet_protosw *p);
include/net/protocol.h
108
void inet_unregister_protosw(struct inet_protosw *p);
include/net/protocol.h
113
int inet6_register_protosw(struct inet_protosw *p);
include/net/protocol.h
114
void inet6_unregister_protosw(struct inet_protosw *p);
net/ipv4/af_inet.c
1162
static struct inet_protosw inetsw_array[] =
net/ipv4/af_inet.c
1200
void inet_register_protosw(struct inet_protosw *p)
net/ipv4/af_inet.c
1203
struct inet_protosw *answer;
net/ipv4/af_inet.c
1215
answer = list_entry(lh, struct inet_protosw, list);
net/ipv4/af_inet.c
1247
void inet_unregister_protosw(struct inet_protosw *p)
net/ipv4/af_inet.c
1884
struct inet_protosw *q;
net/ipv4/af_inet.c
263
struct inet_protosw *answer;
net/ipv6/af_inet6.c
111
struct inet_protosw *answer;
net/ipv6/af_inet6.c
728
int inet6_register_protosw(struct inet_protosw *p)
net/ipv6/af_inet6.c
731
struct inet_protosw *answer;
net/ipv6/af_inet6.c
747
answer = list_entry(lh, struct inet_protosw, list);
net/ipv6/af_inet6.c
785
inet6_unregister_protosw(struct inet_protosw *p)
net/ipv6/ping.c
218
static struct inet_protosw pingv6_protosw = {
net/ipv6/raw.c
1300
static struct inet_protosw rawv6_protosw = {
net/ipv6/tcp_ipv6.c
2331
static struct inet_protosw tcpv6_protosw = {
net/ipv6/udp.c
1915
static struct inet_protosw udpv6_protosw = {
net/l2tp/l2tp_ip.c
649
static struct inet_protosw l2tp_ip_protosw = {
net/l2tp/l2tp_ip6.c
781
static struct inet_protosw l2tp_ip6_protosw = {
net/mptcp/protocol.c
4597
static struct inet_protosw mptcp_protosw = {
net/mptcp/protocol.c
4711
static struct inet_protosw mptcp_v6_protosw = {
net/sctp/ipv6.c
1067
static struct inet_protosw sctpv6_seqpacket_protosw = {
net/sctp/ipv6.c
1074
static struct inet_protosw sctpv6_stream_protosw = {
net/sctp/protocol.c
1128
static struct inet_protosw sctp_seqpacket_protosw = {
net/sctp/protocol.c
1135
static struct inet_protosw sctp_stream_protosw = {
net/smc/smc_inet.c
101
static struct inet_protosw smc_inet6_protosw = {
net/smc/smc_inet.c
54
static struct inet_protosw smc_inet_protosw = {