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:dont_send
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
arp.c
822
int
dont_send
;
in arp_process()
local
824
dont_send
= arp_ignore(in_dev, sip, tip);
in arp_process()
825
if (!
dont_send
&& IN_DEV_ARPFILTER(in_dev))
in arp_process()
826
dont_send
= arp_filter(sip, tip, dev);
in arp_process()
827
if (!
dont_send
) {
in arp_process()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
arp.c
843
int
dont_send
;
in arp_process()
local
845
dont_send
= arp_ignore(in_dev, sip, tip);
in arp_process()
846
if (!
dont_send
&& IN_DEV_ARPFILTER(in_dev))
in arp_process()
847
dont_send
= arp_filter(sip, tip, dev);
in arp_process()
848
if (!
dont_send
) {
in arp_process()
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
532
u64
dont_send
:1;
member
563
u64
dont_send
:1;
H
A
D
nicvf_queues.c
605
if (hdr->
dont_send
) {
in nicvf_free_snd_queue()
1451
hdr->
dont_send
= 1;
in nicvf_sq_add_cqe_subdesc()
H
A
D
nicvf_main.c
699
if (hdr->
dont_send
) {
in nicvf_snd_pkt_handler()
1695
* via CQE has '
dont_send
' set. Hence HW drops the pkt pointed
in nicvf_update_stats()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
q_struct.h
532
u64
dont_send
:1;
member
563
u64
dont_send
:1;
H
A
D
nicvf_queues.c
606
if (hdr->
dont_send
) {
in nicvf_free_snd_queue()
1452
hdr->
dont_send
= 1;
in nicvf_sq_add_cqe_subdesc()
H
A
D
nicvf_main.c
696
if (hdr->
dont_send
) {
in nicvf_snd_pkt_handler()
1691
* via CQE has '
dont_send
' set. Hence HW drops the pkt pointed
in nicvf_update_stats()
Completed in 17 milliseconds