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:fraghdr
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.c
158
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_fragment()
local
162
fraghdr
->ip6f_offlg = htons(offset);
in send_fragment()
165
fraghdr
->ip6f_offlg = htons(offset | IP6_MF);
in send_fragment()
220
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_udp_frags()
local
228
fraghdr
->ip6f_nxt = IPPROTO_UDP;
in send_udp_frags()
229
fraghdr
->ip6f_reserved = 0;
in send_udp_frags()
230
fraghdr
->ip6f_ident = htonl(ip_id++);
in send_udp_frags()
303
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_udp_frags()
local
307
fraghdr
->ip6f_offlg = htons(offset / 8 | IP6_MF);
in send_udp_frags()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
ip_defrag.c
158
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_fragment()
local
162
fraghdr
->ip6f_offlg = htons(offset);
in send_fragment()
165
fraghdr
->ip6f_offlg = htons(offset | IP6_MF);
in send_fragment()
220
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_udp_frags()
local
228
fraghdr
->ip6f_nxt = IPPROTO_UDP;
in send_udp_frags()
229
fraghdr
->ip6f_reserved = 0;
in send_udp_frags()
230
fraghdr
->ip6f_ident = htonl(ip_id++);
in send_udp_frags()
303
struct ip6_frag *
fraghdr
= (struct ip6_frag *)(ip_frame + IP6_HLEN);
in send_udp_frags()
local
307
fraghdr
->ip6f_offlg = htons(offset / 8 | IP6_MF);
in send_udp_frags()
/kernel/linux/linux-5.10/include/linux/sunrpc/
H
A
D
xprtsock.h
35
__be32
fraghdr
,
member
/kernel/linux/linux-6.6/include/linux/sunrpc/
H
A
D
xprtsock.h
34
__be32
fraghdr
,
member
/kernel/linux/linux-5.10/net/sunrpc/
H
A
D
xprtsock.c
484
return transport->recv.
fraghdr
& cpu_to_be32(RPC_LAST_STREAM_FRAGMENT);
in xs_read_stream_request_done()
547
.iov_base = &transport->recv.
fraghdr
,
in xs_read_stream_header()
632
transport->recv.len = be32_to_cpu(transport->recv.
fraghdr
) &
in xs_read_stream()
634
transport->recv.offset -= sizeof(transport->recv.
fraghdr
);
in xs_read_stream()
/kernel/linux/linux-6.6/net/sunrpc/
H
A
D
xprtsock.c
542
return transport->recv.
fraghdr
& cpu_to_be32(RPC_LAST_STREAM_FRAGMENT);
in xs_read_stream_request_done()
605
.iov_base = &transport->recv.
fraghdr
,
in xs_read_stream_header()
694
transport->recv.len = be32_to_cpu(transport->recv.
fraghdr
) &
in xs_read_stream()
696
transport->recv.offset -= sizeof(transport->recv.
fraghdr
);
in xs_read_stream()
Completed in 10 milliseconds