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_NONE
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
exthdrs_core.c
22
(nexthdr ==
NEXTHDR_NONE
) ||
in ipv6_ext_hdr()
55
* NOTES: - if packet terminated with
NEXTHDR_NONE
it returns NULL.
83
if (nexthdr ==
NEXTHDR_NONE
)
in ipv6_skip_exthdr()
175
*
NEXTHDR_NONE
it is considered invalid.
213
if ((!ipv6_ext_hdr(nexthdr)) || nexthdr ==
NEXTHDR_NONE
) {
in ipv6_find_hdr()
254
hp->nexthdr ==
NEXTHDR_NONE
)) {
in ipv6_find_hdr()
H
A
D
ip6_tunnel.c
432
while (ipv6_ext_hdr(nexthdr) && nexthdr !=
NEXTHDR_NONE
) {
in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
exthdrs_core.c
22
(nexthdr ==
NEXTHDR_NONE
) ||
in ipv6_ext_hdr()
55
* NOTES: - if packet terminated with
NEXTHDR_NONE
it returns NULL.
83
if (nexthdr ==
NEXTHDR_NONE
)
in ipv6_skip_exthdr()
175
*
NEXTHDR_NONE
it is considered invalid.
213
if ((!ipv6_ext_hdr(nexthdr)) || nexthdr ==
NEXTHDR_NONE
) {
in ipv6_find_hdr()
254
hp->nexthdr ==
NEXTHDR_NONE
)) {
in ipv6_find_hdr()
H
A
D
seg6_local.c
702
nexthdr ==
NEXTHDR_NONE
))
in seg6_pop_srh()
H
A
D
ip6_tunnel.c
404
while (ipv6_ext_hdr(nexthdr) && nexthdr !=
NEXTHDR_NONE
) {
in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
ip6t_ipv6header.c
51
if (nexthdr ==
NEXTHDR_NONE
) {
in ipv6header_mt6()
106
if (nexthdr !=
NEXTHDR_NONE
&& nexthdr != NEXTHDR_ESP)
in ipv6header_mt6()
H
A
D
nf_log_ipv6.c
73
while (currenthdr !=
NEXTHDR_NONE
&& nf_ip6_ext_hdr(currenthdr)) {
in dump_ipv6_packet()
H
A
D
nf_conntrack_reasm.c
407
if (nexthdr ==
NEXTHDR_NONE
) {
in find_prev_fhdr()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
ip6t_ipv6header.c
51
if (nexthdr ==
NEXTHDR_NONE
) {
in ipv6header_mt6()
106
if (nexthdr !=
NEXTHDR_NONE
&& nexthdr != NEXTHDR_ESP)
in ipv6header_mt6()
H
A
D
nf_conntrack_reasm.c
405
if (nexthdr ==
NEXTHDR_NONE
) {
in find_prev_fhdr()
/kernel/linux/linux-5.10/net/openvswitch/
H
A
D
flow.c
257
key->ip.proto =
NEXTHDR_NONE
;
in parse_ipv6hdr()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nf_log_syslog.c
570
while (currenthdr !=
NEXTHDR_NONE
&& nf_ip6_ext_hdr(currenthdr)) {
in dump_ipv6_packet()
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
42
#define
NEXTHDR_NONE
59 /* No next header */
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
45
#define
NEXTHDR_NONE
59 /* No next header */
macro
/kernel/linux/linux-6.6/net/openvswitch/
H
A
D
flow.c
402
key->ip.proto =
NEXTHDR_NONE
;
in parse_ipv6hdr()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tx.c
133
while (protocol !=
NEXTHDR_NONE
&& ipv6_ext_hdr(protocol)) {
in iwl_mvm_tx_csum()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H
A
D
tx.c
76
while (protocol !=
NEXTHDR_NONE
&& ipv6_ext_hdr(protocol)) {
in iwl_mvm_tx_csum()
/kernel/linux/linux-6.6/drivers/net/ethernet/wangxun/libwx/
H
A
D
wx_lib.c
1091
if (*nexthdr ==
NEXTHDR_NONE
)
in wx_get_ipv6_proto()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
11367
if (hdr_count >= 3 || *nexthdr ==
NEXTHDR_NONE
||
in bnxt_exthdr_check()
Completed in 42 milliseconds