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:link_failure
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/net/
H
A
D
dst_ops.h
28
void (*
link_failure
)(struct sk_buff *);
member
H
A
D
dst.h
418
if (dst && dst->ops && dst->ops->
link_failure
)
in dst_link_failure()
419
dst->ops->
link_failure
(skb);
in dst_link_failure()
/kernel/linux/linux-6.6/include/net/
H
A
D
dst_ops.h
28
void (*
link_failure
)(struct sk_buff *);
member
H
A
D
dst.h
436
if (dst && dst->ops && dst->ops->
link_failure
)
in dst_link_failure()
437
dst->ops->
link_failure
(skb);
in dst_link_failure()
/kernel/linux/linux-5.10/drivers/s390/scsi/
H
A
D
zfcp_scsi.c
568
fc_stats->link_failure_count = data->
link_failure
- old->
link_failure
;
in zfcp_scsi_adjust_fc_host_stats()
599
fc_stats->link_failure_count = data->
link_failure
;
in zfcp_scsi_set_fc_host_stats()
H
A
D
zfcp_fsf.h
414
u64
link_failure
;
member
/kernel/linux/linux-6.6/drivers/s390/scsi/
H
A
D
zfcp_scsi.c
568
fc_stats->link_failure_count = data->
link_failure
- old->
link_failure
;
in zfcp_scsi_adjust_fc_host_stats()
599
fc_stats->link_failure_count = data->
link_failure
;
in zfcp_scsi_set_fc_host_stats()
H
A
D
zfcp_fsf.h
425
u64
link_failure
;
member
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
mptcp_join.sh
579
link_failure
()
function
1099
( cat "$cinfail" ; sleep 2;
link_failure
$listener_ns ; cat "$cinfail" ) | \
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
3982
if (likely(dst_ops->
link_failure
== NULL))
in xfrm_policy_register_afinfo()
3983
dst_ops->
link_failure
= xfrm_link_failure;
in xfrm_policy_register_afinfo()
4013
dst_ops->
link_failure
= NULL;
in xfrm_policy_unregister_afinfo()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
4033
if (likely(dst_ops->
link_failure
== NULL))
in xfrm_policy_register_afinfo()
4034
dst_ops->
link_failure
= xfrm_link_failure;
in xfrm_policy_register_afinfo()
4064
dst_ops->
link_failure
= NULL;
in xfrm_policy_unregister_afinfo()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
route.c
169
.
link_failure
= ipv4_link_failure,
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
route.c
163
.
link_failure
= ipv4_link_failure,
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
route.c
255
.
link_failure
= ip6_link_failure,
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
route.c
261
.
link_failure
= ip6_link_failure,
Completed in 59 milliseconds