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:iph_check
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sched/
H
A
D
sch_cake.c
1160
const struct iphdr *iph, *
iph_check
;
in cake_ack_filter()
local
1195
iph_check
= cake_get_iphdr(skb_check, &_iph_check);
in cake_ack_filter()
1202
if (!tcph_check || iph->version !=
iph_check
->version ||
in cake_ack_filter()
1207
if (
iph_check
->version == 4) {
in cake_ack_filter()
1208
if (
iph_check
->saddr != iph->saddr ||
in cake_ack_filter()
1209
iph_check
->daddr != iph->daddr)
in cake_ack_filter()
1212
seglen = ntohs(
iph_check
->tot_len) -
in cake_ack_filter()
1213
(4 *
iph_check
->ihl);
in cake_ack_filter()
1214
} else if (
iph_check
->version == 6) {
in cake_ack_filter()
1216
ipv6h_check = (struct ipv6hdr *)
iph_check
;
in cake_ack_filter()
[all...]
/kernel/linux/linux-6.6/net/sched/
H
A
D
sch_cake.c
1161
const struct iphdr *iph, *
iph_check
;
in cake_ack_filter()
local
1196
iph_check
= cake_get_iphdr(skb_check, &_iph_check);
in cake_ack_filter()
1203
if (!tcph_check || iph->version !=
iph_check
->version ||
in cake_ack_filter()
1208
if (
iph_check
->version == 4) {
in cake_ack_filter()
1209
if (
iph_check
->saddr != iph->saddr ||
in cake_ack_filter()
1210
iph_check
->daddr != iph->daddr)
in cake_ack_filter()
1213
seglen = iph_totlen(skb,
iph_check
) -
in cake_ack_filter()
1214
(4 *
iph_check
->ihl);
in cake_ack_filter()
1215
} else if (
iph_check
->version == 6) {
in cake_ack_filter()
1217
ipv6h_check = (struct ipv6hdr *)
iph_check
;
in cake_ack_filter()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
1346
__sum16
iph_check
= 0;
in ibmveth_poll()
local
1389
iph_check
= iph->check;
in ibmveth_poll()
1393
lrg_pkt ||
iph_check
== 0xffff) {
in ibmveth_poll()
/kernel/linux/linux-6.6/drivers/net/ethernet/ibm/
H
A
D
ibmveth.c
1356
__sum16
iph_check
= 0;
in ibmveth_poll()
local
1399
iph_check
= iph->check;
in ibmveth_poll()
1403
lrg_pkt ||
iph_check
== 0xffff) {
in ibmveth_poll()
Completed in 10 milliseconds