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:NUD_CONNECTED
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
l2t.c
295
else if (nud_state &
NUD_CONNECTED
)
in reuse_entry()
428
} else if (neigh->nud_state & (
NUD_CONNECTED
|NUD_STALE))
in t3_l2t_update()
431
e->state = neigh->nud_state &
NUD_CONNECTED
?
in t3_l2t_update()
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
39
#define
NUD_CONNECTED
(NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
macro
440
if (!(neigh->nud_state&(
NUD_CONNECTED
|NUD_DELAY|NUD_PROBE)))
in neigh_event_send()
508
(READ_ONCE(n->nud_state) &
NUD_CONNECTED
) &&
in neigh_output()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
l2t.c
295
else if (nud_state &
NUD_CONNECTED
)
in reuse_entry()
428
} else if (neigh->nud_state & (
NUD_CONNECTED
|NUD_STALE))
in t3_l2t_update()
431
e->state = neigh->nud_state &
NUD_CONNECTED
?
in t3_l2t_update()
/kernel/linux/linux-6.6/include/net/
H
A
D
neighbour.h
39
#define
NUD_CONNECTED
(NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE)
macro
465
if (!(READ_ONCE(neigh->nud_state) & (
NUD_CONNECTED
| NUD_DELAY | NUD_PROBE)))
in neigh_event_send_probe()
538
(READ_ONCE(n->nud_state) &
NUD_CONNECTED
) &&
in neigh_output()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
l2t.c
408
else if (nud_state &
NUD_CONNECTED
)
in reuse_entry()
540
} else if ((neigh->nud_state & (
NUD_CONNECTED
| NUD_STALE)) &&
in t4_l2t_update()
545
e->state = neigh->nud_state &
NUD_CONNECTED
?
in t4_l2t_update()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
l2t.c
408
else if (nud_state &
NUD_CONNECTED
)
in reuse_entry()
540
} else if ((neigh->nud_state & (
NUD_CONNECTED
| NUD_STALE)) &&
in t4_l2t_update()
545
e->state = neigh->nud_state &
NUD_CONNECTED
?
in t4_l2t_update()
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
1126
if (neigh->nud_state & (
NUD_CONNECTED
| NUD_DELAY | NUD_PROBE))
in __neigh_event_send()
1278
if (old &
NUD_CONNECTED
)
in __neigh_update()
1319
if (new &
NUD_CONNECTED
)
in __neigh_update()
1331
(old &
NUD_CONNECTED
)) {
in __neigh_update()
1368
if (!(new &
NUD_CONNECTED
))
in __neigh_update()
1375
if (new &
NUD_CONNECTED
)
in __neigh_update()
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
1180
if (neigh->nud_state & (
NUD_CONNECTED
| NUD_DELAY | NUD_PROBE))
in __neigh_event_send()
1334
if (old &
NUD_CONNECTED
)
in __neigh_update()
1375
if (new &
NUD_CONNECTED
)
in __neigh_update()
1387
(old &
NUD_CONNECTED
)) {
in __neigh_update()
1424
if (!(new &
NUD_CONNECTED
))
in __neigh_update()
1431
if (new &
NUD_CONNECTED
)
in __neigh_update()
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_netfilter_hooks.c
280
if ((neigh->nud_state &
NUD_CONNECTED
) && neigh->hh.hh_len) {
in br_nf_pre_routing_finish_bridge()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_netfilter_hooks.c
284
if ((READ_ONCE(neigh->nud_state) &
NUD_CONNECTED
) &&
in br_nf_pre_routing_finish_bridge()
/kernel/linux/linux-5.10/drivers/net/vxlan/
H
A
D
vxlan_core.c
2023
if (!(n->nud_state &
NUD_CONNECTED
)) {
in arp_reduce()
2183
if (!(n->nud_state &
NUD_CONNECTED
)) {
in neigh_reduce()
/kernel/linux/linux-6.6/drivers/net/vxlan/
H
A
D
vxlan_core.c
1866
if (!(READ_ONCE(n->nud_state) &
NUD_CONNECTED
)) {
in arp_reduce()
2030
if (!(READ_ONCE(n->nud_state) &
NUD_CONNECTED
)) {
in neigh_reduce()
Completed in 34 milliseconds