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:IP6_MF
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/netfilter/
H
A
D
ip6t_frag.c
59
pr_debug("MF %04X ", fh->frag_off & htons(
IP6_MF
));
in frag_mt6()
79
ntohs(fh->frag_off) &
IP6_MF
,
in frag_mt6()
81
!((ntohs(fh->frag_off) &
IP6_MF
))));
in frag_mt6()
84
ntohs(fh->frag_off) &
IP6_MF
,
in frag_mt6()
86
(ntohs(fh->frag_off) &
IP6_MF
)));
in frag_mt6()
96
!(ntohs(fh->frag_off) &
IP6_MF
)) &&
in frag_mt6()
98
(ntohs(fh->frag_off) &
IP6_MF
));
in frag_mt6()
H
A
D
nf_conntrack_reasm.c
204
if (!(fhdr->frag_off & htons(
IP6_MF
))) {
in nf_ct_frag6_queue()
/kernel/linux/linux-6.6/net/ipv6/netfilter/
H
A
D
ip6t_frag.c
59
pr_debug("MF %04X ", fh->frag_off & htons(
IP6_MF
));
in frag_mt6()
79
ntohs(fh->frag_off) &
IP6_MF
,
in frag_mt6()
81
!((ntohs(fh->frag_off) &
IP6_MF
))));
in frag_mt6()
84
ntohs(fh->frag_off) &
IP6_MF
,
in frag_mt6()
86
(ntohs(fh->frag_off) &
IP6_MF
)));
in frag_mt6()
96
!(ntohs(fh->frag_off) &
IP6_MF
)) &&
in frag_mt6()
98
(ntohs(fh->frag_off) &
IP6_MF
));
in frag_mt6()
H
A
D
nf_conntrack_reasm.c
201
if (!(fhdr->frag_off & htons(
IP6_MF
))) {
in nf_ct_frag6_queue()
/kernel/linux/linux-5.10/tools/testing/selftests/net/
H
A
D
ip_defrag.c
42
#define
IP6_MF
(1) /* IPv6 MF flag. */
macro
165
fraghdr->ip6f_offlg = htons(offset |
IP6_MF
);
in send_fragment()
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
42
#define
IP6_MF
(1) /* IPv6 MF flag. */
macro
165
fraghdr->ip6f_offlg = htons(offset |
IP6_MF
);
in send_fragment()
307
fraghdr->ip6f_offlg = htons(offset / 8 |
IP6_MF
);
in send_udp_frags()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
reassembly.c
143
if (!(fhdr->frag_off & htons(
IP6_MF
))) {
in ip6_frag_queue()
346
if (!(fhdr->frag_off & htons(IP6_OFFSET |
IP6_MF
))) {
in ipv6_frag_rcv()
H
A
D
ip6_offload.c
146
fptr->frag_off |= htons(
IP6_MF
);
in ipv6_gso_segment()
H
A
D
ip6_output.c
703
fh->frag_off = htons(
IP6_MF
);
in ip6_fraglist_init()
733
fh->frag_off |= htons(
IP6_MF
);
in ip6_fraglist_prepare()
827
fh->frag_off |= htons(
IP6_MF
);
in ip6_frag_next()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
reassembly.c
147
if (!(fhdr->frag_off & htons(
IP6_MF
))) {
in ip6_frag_queue()
352
if (!(fhdr->frag_off & htons(IP6_OFFSET |
IP6_MF
))) {
in ipv6_frag_rcv()
H
A
D
ip6_offload.c
151
fptr->frag_off |= htons(
IP6_MF
);
in ipv6_gso_segment()
H
A
D
ip6_output.c
716
fh->frag_off = htons(
IP6_MF
);
in ip6_fraglist_init()
746
fh->frag_off |= htons(
IP6_MF
);
in ip6_fraglist_prepare()
840
fh->frag_off |= htons(
IP6_MF
);
in ip6_frag_next()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
40
#define
IP6_MF
0x0001
macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
41
#define
IP6_MF
0x0001
macro
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
151
#define
IP6_MF
0x0001
macro
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
165
#define
IP6_MF
0x0001
macro
/kernel/linux/linux-5.10/net/core/
H
A
D
skbuff.c
5037
if (hp->frag_off & htons(IP6_OFFSET |
IP6_MF
))
in skb_checksum_setup_ipv6()
/kernel/linux/linux-6.6/net/core/
H
A
D
skbuff.c
5571
if (hp->frag_off & htons(IP6_OFFSET |
IP6_MF
))
in skb_checksum_setup_ipv6()
Completed in 33 milliseconds