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:TCP_ULP_NAME_MAX
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/
H
A
D
tcp_diag.c
173
nla_total_size(
TCP_ULP_NAME_MAX
);
in tcp_diag_get_aux_size()
H
A
D
tcp.c
3237
char name[
TCP_ULP_NAME_MAX
];
in do_tcp_setsockopt()
3243
min_t(long,
TCP_ULP_NAME_MAX
- 1,
in do_tcp_setsockopt()
3880
len = min_t(unsigned int, len,
TCP_ULP_NAME_MAX
);
in do_tcp_getsockopt()
/kernel/linux/linux-6.6/net/ipv4/
H
A
D
tcp_diag.c
173
nla_total_size(
TCP_ULP_NAME_MAX
);
in tcp_diag_get_aux_size()
H
A
D
tcp.c
3439
char name[
TCP_ULP_NAME_MAX
];
in do_tcp_setsockopt()
3445
min_t(long,
TCP_ULP_NAME_MAX
- 1,
in do_tcp_setsockopt()
4068
len = min_t(unsigned int, len,
TCP_ULP_NAME_MAX
);
in do_tcp_getsockopt()
/kernel/linux/linux-5.10/include/net/
H
A
D
tcp.h
2217
#define
TCP_ULP_NAME_MAX
16
macro
2219
#define TCP_ULP_BUF_MAX (
TCP_ULP_NAME_MAX
*TCP_ULP_MAX)
2238
char name[
TCP_ULP_NAME_MAX
];
/kernel/linux/linux-6.6/include/net/
H
A
D
tcp.h
2331
#define
TCP_ULP_NAME_MAX
16
macro
2333
#define TCP_ULP_BUF_MAX (
TCP_ULP_NAME_MAX
*TCP_ULP_MAX)
2352
char name[
TCP_ULP_NAME_MAX
];
Completed in 22 milliseconds