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_VALID
(Results
1 - 25
of
57
) sorted by relevance
1
2
3
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_arp_nd_proxy.c
195
if (!(n->nud_state &
NUD_VALID
)) {
in br_do_proxy_suppress_arp()
455
if (!(n->nud_state &
NUD_VALID
)) {
in br_do_suppress_nd()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_arp_nd_proxy.c
195
if (!(READ_ONCE(n->nud_state) &
NUD_VALID
)) {
in br_do_proxy_suppress_arp()
455
if (!(READ_ONCE(n->nud_state) &
NUD_VALID
)) {
in br_do_suppress_nd()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
arp.c
285
if (neigh->nud_state &
NUD_VALID
)
in arp_constructor()
377
if (!(neigh->nud_state &
NUD_VALID
))
in arp_solicit()
1087
else if (neigh->nud_state&
NUD_VALID
)
in arp_state_to_flags()
1127
if ((neigh->nud_state &
NUD_VALID
) && !force) {
in arp_invalidate()
H
A
D
fib_semantics.c
573
if ((state &
NUD_VALID
) && order != dflt)
in fib_detect_death()
575
if ((state &
NUD_VALID
) ||
in fib_detect_death()
2233
return !!(state &
NUD_VALID
);
in fib_good_nh()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun.c
306
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_create_header_ipv4()
411
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_update_header_ipv4()
574
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_create_header_ipv6()
678
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_update_header_ipv6()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
arp.c
286
if (neigh->nud_state &
NUD_VALID
)
in arp_constructor()
378
if (!(READ_ONCE(neigh->nud_state) &
NUD_VALID
))
in arp_solicit()
1108
else if (neigh->nud_state&
NUD_VALID
)
in arp_state_to_flags()
1148
if ((READ_ONCE(neigh->nud_state) &
NUD_VALID
) && !force) {
in arp_invalidate()
H
A
D
fib_semantics.c
574
if ((state &
NUD_VALID
) && order != dflt)
in fib_detect_death()
576
if ((state &
NUD_VALID
) ||
in fib_detect_death()
2218
return !!(state &
NUD_VALID
);
in fib_good_nh()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
nndisc.c
218
if (neigh->nud_state &
NUD_VALID
)
in nndisc_constructor()
397
if (nud_state &
NUD_VALID
) {
in __send_ns_packet()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
H
A
D
tc_tun.c
273
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_create_header_ipv4()
437
if (!(nud_state &
NUD_VALID
)) {
in mlx5e_tc_tun_create_header_ipv6()
/kernel/linux/linux-5.10/net/core/
H
A
D
neighbour.c
368
if (n->nud_state &
NUD_VALID
)
in neigh_flush_dev()
1276
if (!(new &
NUD_VALID
)) {
in __neigh_update()
1282
notify = old &
NUD_VALID
;
in __neigh_update()
1301
if ((old &
NUD_VALID
) &&
in __neigh_update()
1309
if (!(old &
NUD_VALID
)) {
in __neigh_update()
1327
if (old &
NUD_VALID
) {
in __neigh_update()
1379
if (!(old &
NUD_VALID
)) {
in __neigh_update()
1384
while (neigh->nud_state &
NUD_VALID
&&
in __neigh_update()
2475
if (neigh->nud_state &
NUD_VALID
) {
in neigh_fill_info()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qedr/
H
A
D
qedr_iw_cm.c
460
if (neigh->nud_state &
NUD_VALID
) {
in qedr_addr4_resolve()
503
if (neigh->nud_state &
NUD_VALID
) {
in qedr_addr6_resolve()
/kernel/linux/linux-5.10/drivers/infiniband/core/
H
A
D
addr.c
338
if (!(n->nud_state &
NUD_VALID
)) {
in dst_fetch_ha()
860
if (neigh->nud_state &
NUD_VALID
) {
in netevent_callback()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
tc_encap_actions.c
197
neigh->n_valid = n->nud_state &
NUD_VALID
;
in efx_bind_neigh()
551
n_valid = (n->nud_state &
NUD_VALID
) && !n->dead;
in efx_neigh_event()
/kernel/linux/linux-6.6/drivers/infiniband/core/
H
A
D
addr.c
337
if (!(n->nud_state &
NUD_VALID
)) {
in dst_fetch_ha()
859
if (neigh->nud_state &
NUD_VALID
) {
in netevent_callback()
/kernel/linux/linux-6.6/drivers/infiniband/hw/qedr/
H
A
D
qedr_iw_cm.c
460
if (neigh->nud_state &
NUD_VALID
) {
in qedr_addr4_resolve()
503
if (neigh->nud_state &
NUD_VALID
) {
in qedr_addr6_resolve()
/kernel/linux/linux-6.6/net/core/
H
A
D
neighbour.c
422
if (n->nud_state &
NUD_VALID
)
in neigh_flush_dev()
1332
if (!(new &
NUD_VALID
)) {
in __neigh_update()
1338
notify = old &
NUD_VALID
;
in __neigh_update()
1357
if ((old &
NUD_VALID
) &&
in __neigh_update()
1365
if (!(old &
NUD_VALID
)) {
in __neigh_update()
1383
if (old &
NUD_VALID
) {
in __neigh_update()
1435
if (!(old &
NUD_VALID
)) {
in __neigh_update()
1440
while (neigh->nud_state &
NUD_VALID
&&
in __neigh_update()
2591
if (neigh->nud_state &
NUD_VALID
) {
in neigh_fill_info()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
l2t.c
293
!(nud_state &
NUD_VALID
))
in reuse_entry()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H
A
D
neigh.c
151
neigh_connected = (nud_state &
NUD_VALID
) && !dead;
in mlx5e_rep_neigh_update()
/kernel/linux/linux-5.10/include/net/
H
A
D
neighbour.h
38
#define
NUD_VALID
(NUD_PERMANENT|NUD_NOARP|NUD_REACHABLE|NUD_PROBE|NUD_STALE|NUD_DELAY)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb3/
H
A
D
l2t.c
293
!(nud_state &
NUD_VALID
))
in reuse_entry()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/rep/
H
A
D
neigh.c
151
neigh_connected = (nud_state &
NUD_VALID
) && !dead;
in mlx5e_rep_neigh_update()
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
tunnel_conf.c
462
if (!(neigh->nud_state &
NUD_VALID
) || neigh->dead) {
in nfp_tun_write_neigh_v4()
498
if (!(neigh->nud_state &
NUD_VALID
) || neigh->dead) {
in nfp_tun_write_neigh_v6()
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/flower/
H
A
D
tunnel_conf.c
470
bool neigh_invalid = !(neigh->nud_state &
NUD_VALID
) || neigh->dead;
in nfp_tun_write_neigh()
645
neigh_invalid = !(n->nud_state &
NUD_VALID
) || n->dead;
in nfp_tun_neigh_update()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
ndisc.c
365
if (neigh->nud_state&
NUD_VALID
)
in ndisc_constructor()
733
if (!(neigh->nud_state &
NUD_VALID
)) {
in ndisc_solicit()
1661
if (neigh->nud_state &
NUD_VALID
) {
in ndisc_send_redirect()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
ndisc.c
366
if (neigh->nud_state&
NUD_VALID
)
in ndisc_constructor()
749
if (!(READ_ONCE(neigh->nud_state) &
NUD_VALID
)) {
in ndisc_solicit()
1734
if (neigh->nud_state &
NUD_VALID
) {
in ndisc_send_redirect()
Completed in 39 milliseconds
1
2
3