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:IP_MF
(Results
1 - 25
of
33
) sorted by relevance
1
2
/kernel/linux/linux-5.10/samples/bpf/
H
A
D
parse_ldabs.c
18
#define
IP_MF
0x2000
macro
24
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
H
A
D
sockex2_kern.c
10
#define
IP_MF
0x2000
macro
49
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
H
A
D
sockex3_kern.c
17
#define
IP_MF
0x2000
macro
80
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
/kernel/linux/linux-6.6/samples/bpf/
H
A
D
parse_ldabs.c
18
#define
IP_MF
0x2000
macro
24
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
H
A
D
sockex2_kern.c
10
#define
IP_MF
0x2000
macro
49
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
H
A
D
sockex3_kern.c
17
#define
IP_MF
0x2000
macro
45
& (
IP_MF
| IP_OFFSET);
in ip_is_fragment()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H
A
D
ip_check_defrag.c
11
#define
IP_MF
0x2000
macro
32
return (flags &
IP_MF
) || offset;
in is_frag_v4()
H
A
D
bpf_flow.c
39
#define
IP_MF
0x2000
macro
300
if (iph->frag_off & bpf_htons(
IP_MF
| IP_OFFSET)) {
in IP()
H
A
D
xdp_synproxy_kern.c
22
#define
IP_MF
0x2000
macro
442
if ((hdr->ipv4->frag_off & bpf_htons(IP_DF |
IP_MF
| IP_OFFSET)) != bpf_htons(IP_DF))
in tcp_lookup()
H
A
D
test_cls_redirect.c
35
#define
IP_MF
(0x2000)
macro
210
return (ip->frag_off & bpf_htons(
IP_MF
)) != 0 || frag_off > 0;
in ipv4_is_fragment()
H
A
D
test_cls_redirect_dynptr.c
30
#define
IP_MF
(0x2000)
macro
120
return (ip->frag_off & bpf_htons(
IP_MF
)) != 0 || frag_off > 0;
in ipv4_is_fragment()
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H
A
D
ip.h
94
#define
IP_MF
0x2000
macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
H
A
D
flow_dissector.c
11
#ifndef
IP_MF
12
#define
IP_MF
0x2000
macro
201
.iph.frag_off = __bpf_constant_htons(
IP_MF
),
227
.iph.frag_off = __bpf_constant_htons(
IP_MF
),
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H
A
D
flow_dissector.c
13
#ifndef
IP_MF
14
#define
IP_MF
0x2000
macro
209
.iph.frag_off = __bpf_constant_htons(
IP_MF
),
236
.iph.frag_off = __bpf_constant_htons(
IP_MF
),
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H
A
D
bpf_flow.c
38
#define
IP_MF
0x2000
macro
286
if (iph->frag_off & bpf_htons(
IP_MF
| IP_OFFSET)) {
in IP()
H
A
D
test_cls_redirect.c
35
#define
IP_MF
(0x2000)
macro
209
return (ip->frag_off & bpf_htons(
IP_MF
)) != 0 || frag_off > 0;
in ipv4_is_fragment()
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H
A
D
nf_log_ipv4.c
69
if (ntohs(ih->frag_off) &
IP_MF
)
in dump_ipv4_packet()
/kernel/linux/linux-5.10/include/net/
H
A
D
ip.h
140
#define
IP_MF
0x2000 /* Flag: "More Fragments" */
macro
389
return (iph->frag_off & htons(
IP_MF
| IP_OFFSET)) != 0;
in ip_is_fragment()
/kernel/linux/linux-6.6/include/net/
H
A
D
ip.h
141
#define
IP_MF
0x2000 /* Flag: "More Fragments" */
macro
401
return (iph->frag_off & htons(
IP_MF
| IP_OFFSET)) != 0;
in ip_is_fragment()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
ip_output.c
619
iph->frag_off = htons(
IP_MF
);
in ip_fraglist_init()
643
iph->frag_off |= htons(
IP_MF
);
in ip_fraglist_prepare()
664
state->not_last_frag = iph->frag_off & htons(
IP_MF
);
in ip_frag_init()
749
iph->frag_off |= htons(
IP_MF
);
in ip_frag_next()
H
A
D
ip_fragment.c
305
if ((flags &
IP_MF
) == 0) {
in ip_frag_queue()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
ip_output.c
612
iph->frag_off = htons(
IP_MF
);
in ip_fraglist_init()
636
iph->frag_off |= htons(
IP_MF
);
in ip_fraglist_prepare()
657
state->not_last_frag = iph->frag_off & htons(
IP_MF
);
in ip_frag_init()
741
iph->frag_off |= htons(
IP_MF
);
in ip_frag_next()
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/rmnet/
H
A
D
rmnet_map_data.c
52
if ((ntohs(ip4h->frag_off) &
IP_MF
) ||
in rmnet_map_ipv4_dl_csum_trailer()
/kernel/linux/linux-5.10/drivers/net/ethernet/packetengines/
H
A
D
hamachi.c
175
/*
IP_MF
appears to be only defined in <netinet/ip.h>, however,
180
#ifndef
IP_MF
181
#define
IP_MF
0x2000 /* IP more frags from <netinet/ip.h> */
macro
1532
if (!(ih->frag_off & cpu_to_be16(
IP_MF
|IP_OFFSET))) {
in hamachi_rx()
/kernel/linux/linux-6.6/drivers/net/ethernet/packetengines/
H
A
D
hamachi.c
175
/*
IP_MF
appears to be only defined in <netinet/ip.h>, however,
180
#ifndef
IP_MF
181
#define
IP_MF
0x2000 /* IP more frags from <netinet/ip.h> */
macro
1536
if (!(ih->frag_off & cpu_to_be16(
IP_MF
|IP_OFFSET))) {
in hamachi_rx()
Completed in 25 milliseconds
1
2