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:addip
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
sm_make_chunk.c
3162
struct sctp_addip_chunk *
addip
;
in sctp_verify_asconf()
local
3166
addip
= (struct sctp_addip_chunk *)chunk->chunk_hdr;
in sctp_verify_asconf()
3167
sctp_walk_params(param,
addip
, addip_hdr.params) {
in sctp_verify_asconf()
3180
if (param.v !=
addip
->addip_hdr.params)
in sctp_verify_asconf()
3187
if (param.v !=
addip
->addip_hdr.params)
in sctp_verify_asconf()
3197
length = ntohs(param.
addip
->param_hdr.length);
in sctp_verify_asconf()
3231
struct sctp_addip_chunk *
addip
;
in sctp_process_asconf()
local
3240
addip
= (struct sctp_addip_chunk *)asconf->chunk_hdr;
in sctp_process_asconf()
3267
sctp_walk_params(param,
addip
, addip_hdr.params) {
in sctp_process_asconf()
3274
param.
addip
);
in sctp_process_asconf()
[all...]
/kernel/linux/linux-6.6/net/sctp/
H
A
D
sm_make_chunk.c
3200
struct sctp_addip_chunk *
addip
;
in sctp_verify_asconf()
local
3204
addip
= (struct sctp_addip_chunk *)chunk->chunk_hdr;
in sctp_verify_asconf()
3205
sctp_walk_params(param,
addip
) {
in sctp_verify_asconf()
3218
if (param.v != (
addip
+ 1))
in sctp_verify_asconf()
3225
if (param.v != (
addip
+ 1))
in sctp_verify_asconf()
3235
length = ntohs(param.
addip
->param_hdr.length);
in sctp_verify_asconf()
3269
struct sctp_addip_chunk *
addip
;
in sctp_process_asconf()
local
3278
addip
= (struct sctp_addip_chunk *)asconf->chunk_hdr;
in sctp_process_asconf()
3305
sctp_walk_params(param,
addip
) {
in sctp_process_asconf()
3312
param.
addip
);
in sctp_process_asconf()
[all...]
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
370
struct sctp_addip_param *
addip
;
member
1950
* <draft-ietf-tsvwg-
addip
-sctp-02.txt>
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
structs.h
374
struct sctp_addip_param *
addip
;
member
1976
* <draft-ietf-tsvwg-
addip
-sctp-02.txt>
Completed in 16 milliseconds