Home
last modified time | relevance | path

Searched refs:inet6_protocol (Results 1 - 25 of 34) sorted by relevance

12

/kernel/linux/linux-5.10/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
30 return !cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
39 ret = (cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_del_protocol()
H A Dxfrm6_protocol.c196 static const struct inet6_protocol esp6_protocol = {
202 static const struct inet6_protocol ah6_protocol = {
208 static const struct inet6_protocol ipcomp6_protocol = {
219 static inline const struct inet6_protocol *netproto(unsigned char protocol) in netproto()
H A Dtunnel6.c239 static const struct inet6_protocol tunnel6_protocol = {
245 static const struct inet6_protocol tunnel46_protocol = {
251 static const struct inet6_protocol tunnelmpls6_protocol = {
H A Dudplite.c35 static const struct inet6_protocol udplitev6_protocol = {
H A Dfou6.c78 const struct inet6_protocol *ipprot; in gue6_err_proto_handler()
H A Dexthdrs.c17 * handlers as inet6_protocol{}.
847 static const struct inet6_protocol rthdr_protocol = {
852 static const struct inet6_protocol destopt_protocol = {
857 static const struct inet6_protocol nodata_protocol = {
H A Dip6_input.c358 const struct inet6_protocol *ipprot; in ip6_protocol_deliver_rcu()
H A Dicmp.c105 static const struct inet6_protocol icmpv6_protocol = {
816 const struct inet6_protocol *ipprot; in icmpv6_notify()
H A Dreassembly.c20 * Mitsuru KANDA @USAGI Register inet6_protocol{}.
407 static const struct inet6_protocol frag_protocol = {
/kernel/linux/linux-6.6/net/ipv6/
H A Dprotocol.c25 struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS] __read_mostly;
28 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_add_protocol()
30 return !cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_add_protocol()
35 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char protocol) in inet6_del_protocol()
39 ret = (cmpxchg((const struct inet6_protocol **)&inet6_protos[protocol], in inet6_del_protocol()
H A Dxfrm6_protocol.c196 static const struct inet6_protocol esp6_protocol = {
202 static const struct inet6_protocol ah6_protocol = {
208 static const struct inet6_protocol ipcomp6_protocol = {
219 static inline const struct inet6_protocol *netproto(unsigned char protocol) in netproto()
H A Dtunnel6.c239 static const struct inet6_protocol tunnel6_protocol = {
245 static const struct inet6_protocol tunnel46_protocol = {
251 static const struct inet6_protocol tunnelmpls6_protocol = {
H A Dudplite.c38 static const struct inet6_protocol udplitev6_protocol = {
H A Dfou6.c78 const struct inet6_protocol *ipprot; in gue6_err_proto_handler()
H A Dexthdrs.c17 * handlers as inet6_protocol{}.
832 static const struct inet6_protocol rthdr_protocol = {
837 static const struct inet6_protocol destopt_protocol = {
842 static const struct inet6_protocol nodata_protocol = {
H A Dip6_input.c366 const struct inet6_protocol *ipprot; in ip6_protocol_deliver_rcu()
H A Dicmp.c96 static const struct inet6_protocol icmpv6_protocol = {
828 const struct inet6_protocol *ipprot; in icmpv6_notify()
H A Dreassembly.c20 * Mitsuru KANDA @USAGI Register inet6_protocol{}.
413 static const struct inet6_protocol frag_protocol = {
/kernel/linux/linux-5.10/include/net/
H A Dprotocol.h53 struct inet6_protocol { struct
98 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
109 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
110 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num);
/kernel/linux/linux-6.6/include/net/
H A Dprotocol.h52 struct inet6_protocol { struct
97 extern struct inet6_protocol __rcu *inet6_protos[MAX_INET_PROTOS];
108 int inet6_add_protocol(const struct inet6_protocol *prot, unsigned char num);
109 int inet6_del_protocol(const struct inet6_protocol *prot, unsigned char num);
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_ip6.c765 static struct inet6_protocol l2tp_ip6_protocol __read_mostly = {
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_ip6.c764 static struct inet6_protocol l2tp_ip6_protocol __read_mostly = {
/kernel/linux/linux-5.10/net/sctp/
H A Dipv6.c1063 static const struct inet6_protocol sctpv6_protocol = {
/kernel/linux/linux-5.10/net/dccp/
H A Dipv6.c1051 static const struct inet6_protocol dccp_v6_protocol = {
/kernel/linux/linux-6.6/net/sctp/
H A Dipv6.c1123 static const struct inet6_protocol sctpv6_protocol = {

Completed in 20 milliseconds

12