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:xfrm_dst_child
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_output.c
53
struct dst_entry *child = dst_clone(
xfrm_dst_child
(skb_dst(skb)));
in skb_dst_pop()
232
top_iph->ttl = ip4_dst_hoplimit(
xfrm_dst_child
(dst));
in xfrm4_tunnel_encap_add()
271
top_iph->hop_limit = ip6_dst_hoplimit(
xfrm_dst_child
(dst));
in xfrm6_tunnel_encap_add()
H
A
D
xfrm_policy.c
2647
xdst_prev = (struct xfrm_dst *)
xfrm_dst_child
(&xdst_prev->u.dst)) {
in xfrm_bundle_create()
3797
while ((dst =
xfrm_dst_child
(dst)) && dst->xfrm && dst->dev == dev) {
in xfrm_dst_ifdown()
3824
pmtu = dst_mtu(
xfrm_dst_child
(dst));
in xfrm_init_pmtu()
3872
mtu = dst_mtu(
xfrm_dst_child
(dst));
in xfrm_bundle_ok()
3886
dst =
xfrm_dst_child
(dst);
in xfrm_bundle_ok()
3929
dst =
xfrm_dst_child
(dst);
in xfrm_get_dst_nexthop()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_output.c
54
struct dst_entry *child = dst_clone(
xfrm_dst_child
(skb_dst(skb)));
in skb_dst_pop()
309
top_iph->ttl = ip4_dst_hoplimit(
xfrm_dst_child
(dst));
in xfrm4_tunnel_encap_add()
348
top_iph->hop_limit = ip6_dst_hoplimit(
xfrm_dst_child
(dst));
in xfrm6_tunnel_encap_add()
H
A
D
xfrm_policy.c
2730
xdst_prev = (struct xfrm_dst *)
xfrm_dst_child
(&xdst_prev->u.dst)) {
in xfrm_bundle_create()
3843
while ((dst =
xfrm_dst_child
(dst)) && dst->xfrm && dst->dev == dev) {
in xfrm_dst_ifdown()
3875
pmtu = dst_mtu(
xfrm_dst_child
(dst));
in xfrm_init_pmtu()
3923
mtu = dst_mtu(
xfrm_dst_child
(dst));
in xfrm_bundle_ok()
3937
dst =
xfrm_dst_child
(dst);
in xfrm_bundle_ok()
3980
dst =
xfrm_dst_child
(dst);
in xfrm_get_dst_nexthop()
/kernel/linux/linux-5.10/security/selinux/
H
A
D
xfrm.c
460
for (iter = dst; iter != NULL; iter =
xfrm_dst_child
(iter)) {
in selinux_xfrm_postroute_last()
/kernel/linux/linux-5.10/net/ipv6/
H
A
D
xfrm6_policy.c
154
xdst = (struct xfrm_dst *)
xfrm_dst_child
(&xdst->u.dst);
in xfrm6_dst_ifdown()
/kernel/linux/linux-6.6/security/selinux/
H
A
D
xfrm.c
456
for (iter = dst; iter != NULL; iter =
xfrm_dst_child
(iter)) {
in selinux_xfrm_postroute_last()
/kernel/linux/linux-6.6/net/ipv6/
H
A
D
xfrm6_policy.c
140
xdst = (struct xfrm_dst *)
xfrm_dst_child
(&xdst->u.dst);
in xfrm6_dst_ifdown()
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
961
static inline struct dst_entry *
xfrm_dst_child
(const struct dst_entry *dst)
in xfrm_dst_child()
function
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
979
static inline struct dst_entry *
xfrm_dst_child
(const struct dst_entry *dst)
in xfrm_dst_child()
function
Completed in 42 milliseconds