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:polq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_policy.c
402
skb_queue_head_init(&policy->
polq
.hold_queue);
in xfrm_policy_alloc()
404
timer_setup(&policy->
polq
.hold_timer,
in xfrm_policy_alloc()
425
if (del_timer(&policy->timer) || del_timer(&policy->
polq
.hold_timer))
in xfrm_policy_destroy()
444
if (del_timer(&policy->
polq
.hold_timer))
in xfrm_policy_kill()
446
skb_queue_purge(&policy->
polq
.hold_queue);
in xfrm_policy_kill()
1421
struct xfrm_policy_queue *pq = &old->
polq
;
in xfrm_policy_requeue()
1435
pq = &new->
polq
;
in xfrm_policy_requeue()
2761
struct xfrm_policy *pol = from_timer(pol, t,
polq
.hold_timer);
in xfrm_policy_queue_process()
2763
struct xfrm_policy_queue *pq = &pol->
polq
;
in xfrm_policy_queue_process()
2849
struct xfrm_policy_queue *pq = &pol->
polq
;
in xdst_queue_output()
[all...]
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_policy.c
402
skb_queue_head_init(&policy->
polq
.hold_queue);
in xfrm_policy_alloc()
404
timer_setup(&policy->
polq
.hold_timer,
in xfrm_policy_alloc()
425
if (del_timer(&policy->timer) || del_timer(&policy->
polq
.hold_timer))
in xfrm_policy_destroy()
445
if (del_timer(&policy->
polq
.hold_timer))
in xfrm_policy_kill()
447
skb_queue_purge(&policy->
polq
.hold_queue);
in xfrm_policy_kill()
1425
struct xfrm_policy_queue *pq = &old->
polq
;
in xfrm_policy_requeue()
1439
pq = &new->
polq
;
in xfrm_policy_requeue()
2844
struct xfrm_policy *pol = from_timer(pol, t,
polq
.hold_timer);
in xfrm_policy_queue_process()
2846
struct xfrm_policy_queue *pq = &pol->
polq
;
in xfrm_policy_queue_process()
2932
struct xfrm_policy_queue *pq = &pol->
polq
;
in xdst_queue_output()
[all...]
/kernel/linux/linux-5.10/include/net/
H
A
D
xfrm.h
523
struct xfrm_policy_queue
polq
;
member
/kernel/linux/linux-6.6/include/net/
H
A
D
xfrm.h
539
struct xfrm_policy_queue
polq
;
member
Completed in 18 milliseconds