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:NEXTHDR_AUTH
(Results
1 - 16
of
16
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
exthdrs_core.c
21
(nexthdr ==
NEXTHDR_AUTH
) ||
in ipv6_ext_hdr()
102
} else if (nexthdr ==
NEXTHDR_AUTH
)
in ipv6_skip_exthdr()
266
} else if (nexthdr ==
NEXTHDR_AUTH
) {
in ipv6_find_hdr()
H
A
D
xfrm6_output.c
63
if (fh->nexthdr == NEXTHDR_ESP || fh->nexthdr ==
NEXTHDR_AUTH
)
in xfrm6_noneed_fragment()
H
A
D
ip6_tunnel.c
442
} else if (nexthdr ==
NEXTHDR_AUTH
) {
in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
exthdrs_core.c
21
(nexthdr ==
NEXTHDR_AUTH
) ||
in ipv6_ext_hdr()
102
} else if (nexthdr ==
NEXTHDR_AUTH
)
in ipv6_skip_exthdr()
266
} else if (nexthdr ==
NEXTHDR_AUTH
) {
in ipv6_find_hdr()
H
A
D
xfrm6_output.c
56
if (fh->nexthdr == NEXTHDR_ESP || fh->nexthdr ==
NEXTHDR_AUTH
)
in xfrm6_noneed_fragment()
H
A
D
seg6_local.c
717
case
NEXTHDR_AUTH
:
in seg6_pop_srh()
H
A
D
ip6_tunnel.c
414
} else if (nexthdr ==
NEXTHDR_AUTH
) {
in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
ip6t_ipv6header.c
73
else if (nexthdr ==
NEXTHDR_AUTH
)
in ipv6header_mt6()
89
case
NEXTHDR_AUTH
:
in ipv6header_mt6()
H
A
D
ip6t_ah.c
45
err = ipv6_find_hdr(skb, &ptr,
NEXTHDR_AUTH
, NULL, NULL);
in ah_mt6()
H
A
D
nf_conntrack_reasm.c
417
if (nexthdr ==
NEXTHDR_AUTH
)
in find_prev_fhdr()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
ip6t_ipv6header.c
73
else if (nexthdr ==
NEXTHDR_AUTH
)
in ipv6header_mt6()
89
case
NEXTHDR_AUTH
:
in ipv6header_mt6()
H
A
D
ip6t_ah.c
45
err = ipv6_find_hdr(skb, &ptr,
NEXTHDR_AUTH
, NULL, NULL);
in ah_mt6()
H
A
D
nf_conntrack_reasm.c
415
if (nexthdr ==
NEXTHDR_AUTH
)
in find_prev_fhdr()
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
40
#define
NEXTHDR_AUTH
51 /* Authentication header. */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
43
#define
NEXTHDR_AUTH
51 /* Authentication header. */
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
11374
if (*nexthdr ==
NEXTHDR_AUTH
)
in bnxt_exthdr_check()
Completed in 35 milliseconds