Searched refs:inet6_protocol (Results 1 - 25 of 34) sorted by relevance
12
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | protocol.c | 25 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 D | xfrm6_protocol.c | 196 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 D | tunnel6.c | 239 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 D | udplite.c | 35 static const struct inet6_protocol udplitev6_protocol = {
|
H A D | fou6.c | 78 const struct inet6_protocol *ipprot; in gue6_err_proto_handler()
|
H A D | exthdrs.c | 17 * 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 D | ip6_input.c | 358 const struct inet6_protocol *ipprot; in ip6_protocol_deliver_rcu()
|
H A D | icmp.c | 105 static const struct inet6_protocol icmpv6_protocol = { 816 const struct inet6_protocol *ipprot; in icmpv6_notify()
|
H A D | reassembly.c | 20 * Mitsuru KANDA @USAGI Register inet6_protocol{}. 407 static const struct inet6_protocol frag_protocol = {
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | protocol.c | 25 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 D | xfrm6_protocol.c | 196 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 D | tunnel6.c | 239 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 D | udplite.c | 38 static const struct inet6_protocol udplitev6_protocol = {
|
H A D | fou6.c | 78 const struct inet6_protocol *ipprot; in gue6_err_proto_handler()
|
H A D | exthdrs.c | 17 * 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 D | ip6_input.c | 366 const struct inet6_protocol *ipprot; in ip6_protocol_deliver_rcu()
|
H A D | icmp.c | 96 static const struct inet6_protocol icmpv6_protocol = { 828 const struct inet6_protocol *ipprot; in icmpv6_notify()
|
H A D | reassembly.c | 20 * Mitsuru KANDA @USAGI Register inet6_protocol{}. 413 static const struct inet6_protocol frag_protocol = {
|
/kernel/linux/linux-5.10/include/net/ |
H A D | protocol.h | 53 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 D | protocol.h | 52 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 D | l2tp_ip6.c | 765 static struct inet6_protocol l2tp_ip6_protocol __read_mostly = {
|
/kernel/linux/linux-6.6/net/l2tp/ |
H A D | l2tp_ip6.c | 764 static struct inet6_protocol l2tp_ip6_protocol __read_mostly = {
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | ipv6.c | 1063 static const struct inet6_protocol sctpv6_protocol = {
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv6.c | 1051 static const struct inet6_protocol dccp_v6_protocol = {
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | ipv6.c | 1123 static const struct inet6_protocol sctpv6_protocol = {
|
Completed in 20 milliseconds
12