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:dontfrag
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
cmsg_sender.c
50
unsigned int
dontfrag
;
member
68
struct option_cmsg_u32
dontfrag
;
member
157
opt.v6.
dontfrag
.ena = true;
in cs_parse_args()
158
opt.v6.
dontfrag
.val = atoi(optarg);
in cs_parse_args()
161
opt.sockopt.
dontfrag
= atoi(optarg);
in cs_parse_args()
248
SOL_IPV6, IPV6_DONTFRAG, &opt.v6.
dontfrag
);
in cs_write_cmsg()
401
if (opt.sockopt.
dontfrag
&&
in ca_set_sockopts()
403
&opt.sockopt.
dontfrag
, sizeof(opt.sockopt.
dontfrag
)))
in ca_set_sockopts()
/kernel/linux/linux-5.10/net/l2tp/
H
A
D
l2tp_ip6.c
623
if (ipc6.
dontfrag
< 0)
in l2tp_ip6_sendmsg()
624
ipc6.
dontfrag
= np->
dontfrag
;
in l2tp_ip6_sendmsg()
/kernel/linux/linux-6.6/net/l2tp/
H
A
D
l2tp_ip6.c
622
if (ipc6.
dontfrag
< 0)
in l2tp_ip6_sendmsg()
623
ipc6.
dontfrag
= np->
dontfrag
;
in l2tp_ip6_sendmsg()
/kernel/linux/linux-5.10/include/net/
H
A
D
ipv6.h
347
__s8
dontfrag
;
member
357
.
dontfrag
= -1,
in ipcm6_init()
367
.
dontfrag
= np->
dontfrag
,
in ipcm6_init_sk()
H
A
D
xfrm.h
2075
return inet6_sk(sk)->
dontfrag
;
in xfrm6_local_dontfrag()
/kernel/linux/linux-6.6/include/net/
H
A
D
ipv6.h
362
__s8
dontfrag
;
member
371
.
dontfrag
= -1,
in ipcm6_init()
381
.
dontfrag
= np->
dontfrag
,
in ipcm6_init_sk()
H
A
D
xfrm.h
2169
return inet6_sk(sk)->
dontfrag
;
in xfrm6_local_dontfrag()
/kernel/linux/linux-5.10/include/linux/
H
A
D
ipv6.h
271
dontfrag
:1,
member
/kernel/linux/linux-6.6/include/linux/
H
A
D
ipv6.h
274
dontfrag
:1,
member
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
raw.c
941
if (ipc6.
dontfrag
< 0)
in rawv6_sendmsg()
942
ipc6.
dontfrag
= np->
dontfrag
;
in rawv6_sendmsg()
H
A
D
ip6_output.c
1526
if (cork->length + length > mtu - headersize && ipc6->
dontfrag
&&
in __ip6_append_data()
2034
if (ipc6->
dontfrag
< 0)
in ip6_make_skb()
2035
ipc6->
dontfrag
= inet6_sk(sk)->
dontfrag
;
in ip6_make_skb()
H
A
D
ipv6_sockglue.c
962
np->
dontfrag
= valbool;
in do_ipv6_setsockopt()
1442
val = np->
dontfrag
;
in do_ipv6_getsockopt()
H
A
D
udp.c
1574
if (ipc6.
dontfrag
< 0)
in udpv6_sendmsg()
1575
ipc6.
dontfrag
= np->
dontfrag
;
in udpv6_sendmsg()
H
A
D
datagram.c
1025
ipc6->
dontfrag
= df;
in ip6_datagram_send_ctl()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
raw.c
900
if (ipc6.
dontfrag
< 0)
in rawv6_sendmsg()
901
ipc6.
dontfrag
= np->
dontfrag
;
in rawv6_sendmsg()
H
A
D
ip6_output.c
1537
if (cork->length + length > mtu - headersize && ipc6->
dontfrag
&&
in __ip6_append_data()
2099
if (ipc6->
dontfrag
< 0)
in ip6_make_skb()
2100
ipc6->
dontfrag
= inet6_sk(sk)->
dontfrag
;
in ip6_make_skb()
H
A
D
ipv6_sockglue.c
967
np->
dontfrag
= valbool;
in do_ipv6_setsockopt()
1449
val = np->
dontfrag
;
in do_ipv6_getsockopt()
H
A
D
udp.c
1599
if (ipc6.
dontfrag
< 0)
in udpv6_sendmsg()
1600
ipc6.
dontfrag
= np->
dontfrag
;
in udpv6_sendmsg()
H
A
D
datagram.c
1032
ipc6->
dontfrag
= df;
in ip6_datagram_send_ctl()
Completed in 34 milliseconds