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:dst_hold_safe
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-5.10/net/bridge/
H
A
D
br_vlan_tunnel.c
207
if (tunnel_dst &&
dst_hold_safe
(&tunnel_dst->dst))
in br_handle_egress_vlan_tunnel()
/kernel/linux/linux-5.10/include/net/
H
A
D
dst.h
282
*
dst_hold_safe
- Take a reference on a dst if possible
288
static inline bool
dst_hold_safe
(struct dst_entry *dst)
in dst_hold_safe()
function
306
if (!
dst_hold_safe
(dst))
in skb_dst_force()
/kernel/linux/linux-6.6/include/net/
H
A
D
dst.h
301
*
dst_hold_safe
- Take a reference on a dst if possible
307
static inline bool
dst_hold_safe
(struct dst_entry *dst)
in dst_hold_safe()
function
325
if (!
dst_hold_safe
(dst))
in skb_dst_force()
/kernel/linux/linux-6.6/net/bridge/
H
A
D
br_vlan_tunnel.c
220
if (tunnel_dst &&
dst_hold_safe
(&tunnel_dst->dst))
in br_handle_egress_vlan_tunnel()
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
nf_flow_table_core.c
85
if (!
dst_hold_safe
(route->tuple[dir].dst))
in flow_offload_fill_route()
H
A
D
nf_nat_core.c
165
if (!
dst_hold_safe
(dst))
in nf_xfrm_me_harder()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
nft_flow_offload.c
253
if (!
dst_hold_safe
(this_dst))
in nft_flow_route()
H
A
D
nf_nat_proto.c
678
if (!
dst_hold_safe
(dst))
in nf_xfrm_me_harder()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H
A
D
nip_addrconf.c
375
if (
dst_hold_safe
(&ifp->rt->dst))
in nip_del_addr()
H
A
D
tcp_nip.c
878
if (dst &&
dst_hold_safe
(dst)) {
in ninet_sk_rx_dst_set()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
tcp_ipv6.c
107
if (dst &&
dst_hold_safe
(dst)) {
in inet6_sk_rx_dst_set()
H
A
D
route.c
1161
if (
dst_hold_safe
(&rt->dst))
in ip6_hold_safe()
2523
if (list_empty(&rt6->rt6i_uncached) && !
dst_hold_safe
(dst)) {
in ip6_route_output_flags()
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_ipv4.c
2186
if (dst &&
dst_hold_safe
(dst)) {
in inet_sk_rx_dst_set()
H
A
D
route.c
2509
if (rt_cache_valid(rth) &&
dst_hold_safe
(&rth->dst))
in __mkroute_output()
H
A
D
udp.c
2217
if (
dst_hold_safe
(dst)) {
in udp_sk_rx_dst_set()
2575
*
dst_hold_safe
()
in udp_v4_early_demux()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
tcp_ipv6.c
103
if (dst &&
dst_hold_safe
(dst)) {
in inet6_sk_rx_dst_set()
H
A
D
route.c
1164
if (
dst_hold_safe
(&rt->dst))
in ip6_hold_safe()
2642
if (list_empty(&rt6->dst.rt_uncached) && !
dst_hold_safe
(dst)) {
in ip6_route_output_flags()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
route.c
2588
if (rt_cache_valid(rth) &&
dst_hold_safe
(&rth->dst))
in __mkroute_output()
H
A
D
tcp_ipv4.c
2248
if (dst &&
dst_hold_safe
(dst)) {
in inet_sk_rx_dst_set()
H
A
D
udp.c
2212
if (
dst_hold_safe
(dst)) {
in udp_sk_rx_dst_set()
2589
*
dst_hold_safe
()
in udp_v4_early_demux()
Completed in 55 milliseconds