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_if
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_interface_core.c
60
struct
xfrm_if
__rcu *xfrmi[XFRMI_HASH_SIZE];
61
struct
xfrm_if
__rcu *collect_md_xfrmi;
154
static struct
xfrm_if
*xfrmi_lookup(struct net *net, struct xfrm_state *x)
in xfrmi_lookup()
157
struct
xfrm_if
*xi;
in xfrmi_lookup()
177
struct
xfrm_if
*xi;
in xfrmi_decode_session()
215
static void xfrmi_link(struct xfrmi_net *xfrmn, struct
xfrm_if
*xi)
in xfrmi_link()
217
struct
xfrm_if
__rcu **xip = &xfrmn->xfrmi[xfrmi_hash(xi->p.if_id)];
in xfrmi_link()
223
static void xfrmi_unlink(struct xfrmi_net *xfrmn, struct
xfrm_if
*xi)
in xfrmi_unlink()
225
struct
xfrm_if
__rcu **xip;
in xfrmi_unlink()
226
struct
xfrm_if
*ite
in xfrmi_unlink()
[all...]
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_interface_core.c
58
struct
xfrm_if
__rcu *xfrmi[XFRMI_HASH_SIZE];
69
static struct
xfrm_if
*xfrmi_lookup(struct net *net, struct xfrm_state *x)
in xfrmi_lookup()
72
struct
xfrm_if
*xi;
in xfrmi_lookup()
83
static struct
xfrm_if
*xfrmi_decode_session(struct sk_buff *skb,
in xfrmi_decode_session()
117
static void xfrmi_link(struct xfrmi_net *xfrmn, struct
xfrm_if
*xi)
in xfrmi_link()
119
struct
xfrm_if
__rcu **xip = &xfrmn->xfrmi[xfrmi_hash(xi->p.if_id)];
in xfrmi_link()
125
static void xfrmi_unlink(struct xfrmi_net *xfrmn, struct
xfrm_if
*xi)
in xfrmi_unlink()
127
struct
xfrm_if
__rcu **xip;
in xfrmi_unlink()
128
struct
xfrm_if
*iter;
in xfrmi_unlink()
142
struct
xfrm_if
*x
in xfrmi_dev_free()
[all...]
H
A
D
xfrm_policy.c
3567
struct
xfrm_if
*xi;
in __xfrm_policy_check()
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
317
struct
xfrm_if
*(*decode_session)(struct sk_buff *skb,
994
struct
xfrm_if
{
struct
995
struct
xfrm_if
__rcu *next; /* next interface in list */
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
1013
struct
xfrm_if
{
struct
1014
struct
xfrm_if
__rcu *next; /* next interface in list */
Completed in 22 milliseconds