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:thresh4
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/net/xfrm/
H
A
D
xfrm_user.c
1207
struct xfrmu_spdhthresh *
thresh4
= NULL;
in xfrm_set_spdinfo()
local
1214
if (nla_len(rta) < sizeof(*
thresh4
))
in xfrm_set_spdinfo()
1216
thresh4
= nla_data(rta);
in xfrm_set_spdinfo()
1217
if (
thresh4
->lbits > 32 ||
thresh4
->rbits > 32)
in xfrm_set_spdinfo()
1230
if (
thresh4
|| thresh6) {
in xfrm_set_spdinfo()
1232
if (
thresh4
) {
in xfrm_set_spdinfo()
1233
net->xfrm.policy_hthresh.lbits4 =
thresh4
->lbits;
in xfrm_set_spdinfo()
1234
net->xfrm.policy_hthresh.rbits4 =
thresh4
->rbits;
in xfrm_set_spdinfo()
/kernel/linux/linux-6.6/net/xfrm/
H
A
D
xfrm_user.c
1413
struct xfrmu_spdhthresh *
thresh4
= NULL;
in xfrm_set_spdinfo()
local
1420
if (nla_len(rta) < sizeof(*
thresh4
)) {
in xfrm_set_spdinfo()
1424
thresh4
= nla_data(rta);
in xfrm_set_spdinfo()
1425
if (
thresh4
->lbits > 32 ||
thresh4
->rbits > 32) {
in xfrm_set_spdinfo()
1444
if (
thresh4
|| thresh6) {
in xfrm_set_spdinfo()
1446
if (
thresh4
) {
in xfrm_set_spdinfo()
1447
net->xfrm.policy_hthresh.lbits4 =
thresh4
->lbits;
in xfrm_set_spdinfo()
1448
net->xfrm.policy_hthresh.rbits4 =
thresh4
->rbits;
in xfrm_set_spdinfo()
Completed in 9 milliseconds