Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:inet6_offloads
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
protocol.c
49
const struct net_offload __rcu *
inet6_offloads
[MAX_INET_PROTOS] __read_mostly;
50
EXPORT_SYMBOL(
inet6_offloads
);
variable
54
return !cmpxchg((const struct net_offload **)&
inet6_offloads
[protocol],
in inet6_add_offload()
63
ret = (cmpxchg((const struct net_offload **)&
inet6_offloads
[protocol],
in inet6_del_offload()
H
A
D
ip6_offload.c
47
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gso_pull_exthdrs()
112
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gso_segment()
170
*opps = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_exthdrs_len()
214
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gro_receive()
223
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gro_receive()
H
A
D
esp6_offload.c
160
ops = rcu_dereference(
inet6_offloads
[xo->proto]);
in xfrm6_transport_gso_segment()
205
ops = rcu_dereference(
inet6_offloads
[proto]);
in xfrm6_beet_gso_segment()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
protocol.c
49
const struct net_offload __rcu *
inet6_offloads
[MAX_INET_PROTOS] __read_mostly;
50
EXPORT_SYMBOL(
inet6_offloads
);
variable
54
return !cmpxchg((const struct net_offload **)&
inet6_offloads
[protocol],
in inet6_add_offload()
63
ret = (cmpxchg((const struct net_offload **)&
inet6_offloads
[protocol],
in inet6_del_offload()
H
A
D
ip6_offload.c
49
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gso_pull_exthdrs()
117
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gso_segment()
175
*opps = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_exthdrs_len()
215
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gro_receive()
224
ops = rcu_dereference(
inet6_offloads
[proto]);
in ipv6_gro_receive()
H
A
D
esp6_offload.c
163
ops = rcu_dereference(
inet6_offloads
[xo->proto]);
in xfrm6_transport_gso_segment()
208
ops = rcu_dereference(
inet6_offloads
[proto]);
in xfrm6_beet_gso_segment()
/kernel/linux/linux-5.10/include/net/
H
A
D
protocol.h
95
extern const struct net_offload __rcu *
inet6_offloads
[MAX_INET_PROTOS];
/kernel/linux/linux-6.6/include/net/
H
A
D
protocol.h
94
extern const struct net_offload __rcu *
inet6_offloads
[MAX_INET_PROTOS];
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
fou.c
250
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in fou_gro_receive()
272
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in fou_gro_complete()
442
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in gue_gro_receive()
489
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in gue_gro_complete()
H
A
D
udp_offload.c
167
offloads = is_ipv6 ?
inet6_offloads
: inet_offloads;
in skb_udp_tunnel_segment()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
fou_core.c
251
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in fou_gro_receive()
270
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in fou_gro_complete()
434
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in gue_gro_receive()
478
offloads = NAPI_GRO_CB(skb)->is_ipv6 ?
inet6_offloads
: inet_offloads;
in gue_gro_complete()
H
A
D
udp_offload.c
172
offloads = is_ipv6 ?
inet6_offloads
: inet_offloads;
in skb_udp_tunnel_segment()
Completed in 9 milliseconds