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:mptcp_rm_list
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/net/mptcp/
H
A
D
protocol.h
171
struct
mptcp_rm_list
rm_list;
235
struct
mptcp_rm_list
rm_list_tx;
236
struct
mptcp_rm_list
rm_list_rx;
888
const struct
mptcp_rm_list
*rm_list);
923
int mptcp_pm_remove_addr(struct mptcp_sock *msk, const struct
mptcp_rm_list
*rm_list);
924
int mptcp_pm_remove_subflow(struct mptcp_sock *msk, const struct
mptcp_rm_list
*rm_list);
994
static inline int mptcp_rm_addr_len(const struct
mptcp_rm_list
*rm_list)
in mptcp_rm_addr_len()
1007
struct
mptcp_rm_list
*rm_list);
1024
const struct
mptcp_rm_list
*rm_list);
H
A
D
pm.c
45
int mptcp_pm_remove_addr(struct mptcp_sock *msk, const struct
mptcp_rm_list
*rm_list)
in mptcp_pm_remove_addr()
64
int mptcp_pm_remove_subflow(struct mptcp_sock *msk, const struct
mptcp_rm_list
*rm_list)
in mptcp_pm_remove_subflow()
276
const struct
mptcp_rm_list
*rm_list)
in mptcp_pm_rm_addr_received()
380
struct
mptcp_rm_list
*rm_list)
in mptcp_pm_rm_addr_signal()
H
A
D
pm_netlink.c
778
const struct
mptcp_rm_list
*rm_list,
in mptcp_pm_nl_rm_addr_or_subflow()
850
const struct
mptcp_rm_list
*rm_list)
in mptcp_pm_nl_rm_subflow_received()
1420
struct
mptcp_rm_list
list = { .nr = 0 };
in mptcp_pm_remove_anno_addr()
1438
struct
mptcp_rm_list
list = { .nr = 0 };
in mptcp_nl_remove_subflow_and_signal_addr()
1477
struct
mptcp_rm_list
list = { .nr = 0 };
in mptcp_nl_remove_id_zero_address()
1524
* Let's use an '
mptcp_rm_list
' instead of the common remove code.
in mptcp_nl_cmd_del_addr()
1559
struct
mptcp_rm_list
alist = { .nr = 0 };
in mptcp_pm_remove_addrs()
1579
struct
mptcp_rm_list
alist = { .nr = 0 }, slist = { .nr = 0 };
in mptcp_pm_remove_addrs_and_subflows()
1871
struct
mptcp_rm_list
list = { .nr = 0 };
in mptcp_pm_nl_fullmesh()
H
A
D
pm_userspace.c
226
struct
mptcp_rm_list
list = { .nr = 0 };
in mptcp_userspace_pm_remove_id_zero_address()
H
A
D
options.c
711
struct
mptcp_rm_list
rm_list;
in mptcp_established_options_rm_addr()
/kernel/linux/linux-6.6/include/net/
H
A
D
mptcp.h
45
struct
mptcp_rm_list
{
struct
65
struct
mptcp_rm_list
rm_list;
Completed in 10 milliseconds