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:jhdr
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
478
const struct hop_jumbo_hdr *
jhdr
;
in ipv6_has_hopopt_jumbo()
local
497
jhdr
= (const struct hop_jumbo_hdr *) (nhdr + 1);
in ipv6_has_hopopt_jumbo()
498
if (
jhdr
->tlv_type != IPV6_TLV_JUMBO ||
jhdr
->hdrlen != 0 ||
in ipv6_has_hopopt_jumbo()
499
jhdr
->nexthdr != IPPROTO_TCP)
in ipv6_has_hopopt_jumbo()
501
return
jhdr
->nexthdr;
in ipv6_has_hopopt_jumbo()
/kernel/linux/linux-6.6/net/rxrpc/
H
A
D
input.c
514
struct rxrpc_jumbo_header
jhdr
;
in rxrpc_input_split_jumbo()
local
527
&
jhdr
, sizeof(
jhdr
)) < 0)
in rxrpc_input_split_jumbo()
542
sp->hdr.flags =
jhdr
.flags;
in rxrpc_input_split_jumbo()
543
sp->hdr._rsvd = ntohs(
jhdr
._rsvd);
in rxrpc_input_split_jumbo()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt.c
11353
struct hop_jumbo_hdr *
jhdr
;
in bnxt_exthdr_check()
local
11390
jhdr
= (struct hop_jumbo_hdr *)hp;
in bnxt_exthdr_check()
11391
if (
jhdr
->tlv_type != IPV6_TLV_JUMBO ||
jhdr
->hdrlen != 0 ||
in bnxt_exthdr_check()
11392
jhdr
->nexthdr != IPPROTO_TCP)
in bnxt_exthdr_check()
Completed in 20 milliseconds