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:SCTP_INPUT_CB
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
inqueue.c
192
*cb =
SCTP_INPUT_CB
(chunk->skb),
in sctp_inq_pop()
193
*head_cb =
SCTP_INPUT_CB
(chunk->head_skb);
in sctp_inq_pop()
H
A
D
input.c
139
SCTP_INPUT_CB
(skb)->af = af;
in sctp_rcv()
215
SCTP_INPUT_CB
(skb)->chunk = chunk;
in sctp_rcv()
293
struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_backlog_rcv()
364
struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_add_backlog()
H
A
D
sm_make_chunk.c
123
return
SCTP_INPUT_CB
(skb)->af->skb_iif(skb);
in sctp_chunk_iif()
1599
SCTP_INPUT_CB
(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1);
in sctp_make_temp_asoc()
H
A
D
sm_statefuns.c
6407
struct sctp_af *af =
SCTP_INPUT_CB
(chunk->skb)->af;
in sctp_eat_data()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
inqueue.c
192
*cb =
SCTP_INPUT_CB
(chunk->skb),
in sctp_inq_pop()
193
*head_cb =
SCTP_INPUT_CB
(chunk->head_skb);
in sctp_inq_pop()
H
A
D
input.c
142
SCTP_INPUT_CB
(skb)->af = af;
in sctp_rcv()
200
SCTP_INPUT_CB
(skb)->chunk = chunk;
in sctp_rcv()
278
struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_backlog_rcv()
349
struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_add_backlog()
H
A
D
sm_make_chunk.c
123
return
SCTP_INPUT_CB
(skb)->af->skb_iif(skb);
in sctp_chunk_iif()
1153
nep.cur_port =
SCTP_INPUT_CB
(chunk->skb)->encap_port;
in sctp_make_new_encap_port()
1644
SCTP_INPUT_CB
(skb)->af->from_skb(&asoc->c.peer_addr, skb, 1);
in sctp_make_temp_asoc()
2376
asoc->encap_port =
SCTP_INPUT_CB
(chunk->skb)->encap_port;
in sctp_process_init()
H
A
D
protocol.c
856
SCTP_INPUT_CB
(skb)->encap_port = udp_hdr(skb)->source;
in sctp_udp_rcv()
1157
SCTP_INPUT_CB
(skb)->encap_port = 0;
in sctp4_rcv()
H
A
D
ipv6.c
1119
SCTP_INPUT_CB
(skb)->encap_port = 0;
in sctp6_rcv()
H
A
D
sm_statefuns.c
1547
if (
SCTP_INPUT_CB
(chunk->skb)->encap_port != chunk->transport->encap_port)
in sctp_sf_do_unexpected_init()
6419
transport->encap_port =
SCTP_INPUT_CB
(chunk->skb)->encap_port;
in sctp_ootb_pkt_new()
6509
struct sctp_af *af =
SCTP_INPUT_CB
(chunk->skb)->af;
in sctp_eat_data()
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sm.h
387
chunk->transport->encap_port =
SCTP_INPUT_CB
(chunk->skb)->encap_port;
in sctp_vtag_verify()
H
A
D
structs.h
1152
#define
SCTP_INPUT_CB
(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0]))
macro
1161
const struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_gso_headskb()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
structs.h
1128
#define
SCTP_INPUT_CB
(__skb) ((struct sctp_input_cb *)&((__skb)->cb[0]))
macro
1137
const struct sctp_chunk *chunk =
SCTP_INPUT_CB
(skb)->chunk;
in sctp_gso_headskb()
Completed in 39 milliseconds