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:gnvh
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_inner.c
192
struct genevehdr *
gnvh
, _gnvh;
in nft_inner_parse_tunhdr()
local
194
gnvh
= skb_header_pointer(pkt->skb, pkt->inneroff,
in nft_inner_parse_tunhdr()
196
if (!
gnvh
)
in nft_inner_parse_tunhdr()
199
*off +=
gnvh
->opt_len * 4;
in nft_inner_parse_tunhdr()
/kernel/linux/linux-6.6/drivers/net/
H
A
D
geneve.c
221
struct genevehdr *
gnvh
= geneve_hdr(skb);
in geneve_rx()
local
230
flags = TUNNEL_KEY | (
gnvh
->oam ? TUNNEL_OAM : 0) |
in geneve_rx()
231
(
gnvh
->critical ? TUNNEL_CRIT_OPT : 0);
in geneve_rx()
234
vni_to_tunnel_id(
gnvh
->vni),
in geneve_rx()
235
gnvh
->opt_len * 4);
in geneve_rx()
242
gnvh
->options,
gnvh
->opt_len * 4,
in geneve_rx()
248
if (
gnvh
->critical) {
in geneve_rx()
258
if (
gnvh
->proto_type == htons(ETH_P_TEB)) {
in geneve_rx()
772
struct genevehdr *
gnvh
;
in geneve_build_skb()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/
H
A
D
geneve.c
218
struct genevehdr *
gnvh
= geneve_hdr(skb);
in geneve_rx()
local
227
flags = TUNNEL_KEY | (
gnvh
->oam ? TUNNEL_OAM : 0) |
in geneve_rx()
228
(
gnvh
->critical ? TUNNEL_CRIT_OPT : 0);
in geneve_rx()
231
vni_to_tunnel_id(
gnvh
->vni),
in geneve_rx()
232
gnvh
->opt_len * 4);
in geneve_rx()
239
gnvh
->options,
gnvh
->opt_len * 4,
in geneve_rx()
245
if (
gnvh
->critical) {
in geneve_rx()
743
struct genevehdr *
gnvh
;
in geneve_build_skb()
local
760
gnvh
in geneve_build_skb()
[all...]
Completed in 5 milliseconds