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:ipv6_prefixes_cnt
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/smc/
H
A
D
smc_clc.c
58
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_msg_prop_valid()
68
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_msg_prop_valid()
177
/* prop->
ipv6_prefixes_cnt
= 0; already done by memset before */
in smc_clc_prfx_set4_rcu()
206
prop->
ipv6_prefixes_cnt
= cnt;
in smc_clc_prfx_set6_rcu()
289
max = min_t(u8, prop->
ipv6_prefixes_cnt
, SMC_CLC_MAX_V6_PREFIX);
in smc_clc_prfx_match6_rcu()
320
if (!prop->
ipv6_prefixes_cnt
)
in smc_clc_prfx_match()
526
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
561
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
603
if (pclc_prfx->
ipv6_prefixes_cnt
> 0) {
in smc_clc_send_proposal()
605
vec[i++].iov_len = pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
[all...]
H
A
D
smc_clc.h
134
u8
ipv6_prefixes_cnt
; /* number of IPv6 prefixes in prefix array */
member
/kernel/linux/linux-6.6/net/smc/
H
A
D
smc_clc.c
363
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_msg_prop_valid()
373
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_msg_prop_valid()
517
/* prop->
ipv6_prefixes_cnt
= 0; already done by memset before */
in smc_clc_prfx_set4_rcu()
546
prop->
ipv6_prefixes_cnt
= cnt;
in smc_clc_prfx_set6_rcu()
629
max = min_t(u8, prop->
ipv6_prefixes_cnt
, SMC_CLC_MAX_V6_PREFIX);
in smc_clc_prfx_match6_rcu()
660
if (!prop->
ipv6_prefixes_cnt
)
in smc_clc_prfx_match()
876
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
914
pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
973
if (pclc_prfx->
ipv6_prefixes_cnt
> 0) {
in smc_clc_send_proposal()
975
vec[i++].iov_len = pclc_prfx->
ipv6_prefixes_cnt
*
in smc_clc_send_proposal()
[all...]
H
A
D
smc_clc.h
149
u8
ipv6_prefixes_cnt
; /* number of IPv6 prefixes in prefix array */
member
Completed in 5 milliseconds