Home
last modified time | relevance | path

Searched refs:MAX_INET_PROTOS (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dprotocol.h34 #define MAX_INET_PROTOS 256 macro
93 extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS];
94 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
95 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
98 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
H A Draw.h33 #define RAW_HTABLE_SIZE MAX_INET_PROTOS
/kernel/linux/linux-6.6/include/net/
H A Dprotocol.h34 #define MAX_INET_PROTOS 256 macro
92 extern struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS];
93 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
94 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
97 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
/kernel/linux/linux-5.10/net/ipv4/
H A Dprotocol.c27 struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
/kernel/linux/linux-5.10/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
/kernel/linux/linux-6.6/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
/kernel/linux/linux-6.6/net/ipv4/
H A Dprotocol.c27 struct net_protocol __rcu *inet_protos[MAX_INET_PROTOS] __read_mostly;
29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dprotocol.c26 const struct ninet_protocol __rcu *ninet_protos[MAX_INET_PROTOS] __read_mostly;
/kernel/linux/common_modules/newip/third_party/linux-5.10/include/net/
H A Dnip.h61 extern const struct ninet_protocol __rcu *ninet_protos[MAX_INET_PROTOS];
/kernel/linux/linux-5.10/net/core/
H A Dsock.c3589 protocol < MAX_INET_PROTOS && in sock_load_diag_module()
/kernel/linux/linux-6.6/net/core/
H A Dsock.c4004 protocol < MAX_INET_PROTOS && in sock_load_diag_module()

Completed in 12 milliseconds