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_PAD4
(Results
1 - 21
of
21
) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/
H
A
D
output.c
305
__u16 chunk_len =
SCTP_PAD4
(ntohs(chunk->chunk_hdr->length));
in __sctp_packet_append_chunk()
431
int padded =
SCTP_PAD4
(chunk->skb->len);
in sctp_packet_pack()
462
padding =
SCTP_PAD4
(chunk->skb->len) - chunk->skb->len;
in sctp_packet_pack()
480
pkt_size -=
SCTP_PAD4
(chunk->skb->len);
in sctp_packet_pack()
806
maxsize -=
SCTP_PAD4
(packet->auth->skb->len);
in sctp_packet_will_fit()
H
A
D
chunk.c
190
max_data -=
SCTP_PAD4
(sizeof(struct sctp_auth_chunk) +
in sctp_datamsg_from_user()
218
first_len -=
SCTP_PAD4
(sizeof(struct sctp_sack_chunk));
in sctp_datamsg_from_user()
H
A
D
sm_make_chunk.c
246
chunksize +=
SCTP_PAD4
(SCTP_SAT_LEN(num_types));
in sctp_make_init()
288
chunksize +=
SCTP_PAD4
(ntohs(auth_hmacs->length));
in sctp_make_init()
295
chunksize +=
SCTP_PAD4
(ntohs(auth_chunks->length));
in sctp_make_init()
305
chunksize +=
SCTP_PAD4
(sizeof(ext_param) + num_ext);
in sctp_make_init()
454
chunksize +=
SCTP_PAD4
(ntohs(auth_hmacs->length));
in sctp_make_init_ack()
460
chunksize +=
SCTP_PAD4
(ntohs(auth_chunks->length));
in sctp_make_init_ack()
469
chunksize +=
SCTP_PAD4
(sizeof(ext_param) + num_ext);
in sctp_make_init_ack()
1393
chunklen =
SCTP_PAD4
(sizeof(*chunk_hdr) + paylen);
in _sctp_make_chunk()
1494
int padlen =
SCTP_PAD4
(chunklen) - chunklen;
in sctp_addto_chunk()
1886
len =
SCTP_PAD4
(sizeo
in sctp_process_missing_param()
[all...]
H
A
D
inqueue.c
201
chunk->chunk_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in sctp_inq_pop()
H
A
D
input.c
685
ch_end = offset +
SCTP_PAD4
(ntohs(ch->length));
in sctp_rcv_ootb()
1219
ch_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in __sctp_rcv_walk_lookup()
1288
if (
SCTP_PAD4
(ntohs(ch->length)) > skb->len)
in __sctp_rcv_lookup_harder()
H
A
D
ulpevent.c
387
elen =
SCTP_PAD4
(ntohs(ch->length)) - sizeof(*ch);
in sctp_ulpevent_make_remote_error()
725
padding =
SCTP_PAD4
(datalen) - datalen;
in sctp_ulpevent_make_rcvmsg()
H
A
D
sm_statefuns.c
3603
ch_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in sctp_sf_ootb()
4447
SCTP_PAD4
(ntohs(hdr->length)),
in sctp_sf_unk_chunk()
4465
SCTP_PAD4
(ntohs(hdr->length)),
in sctp_sf_unk_chunk()
/kernel/linux/linux-6.6/net/sctp/
H
A
D
output.c
234
pkt->size +=
SCTP_PAD4
(ntohs(pad->chunk_hdr->length));
in sctp_packet_bundle_pad()
331
__u16 chunk_len =
SCTP_PAD4
(ntohs(chunk->chunk_hdr->length));
in __sctp_packet_append_chunk()
461
int padded =
SCTP_PAD4
(chunk->skb->len);
in sctp_packet_pack()
492
padding =
SCTP_PAD4
(chunk->skb->len) - chunk->skb->len;
in sctp_packet_pack()
510
pkt_size -=
SCTP_PAD4
(chunk->skb->len);
in sctp_packet_pack()
830
maxsize -=
SCTP_PAD4
(packet->auth->skb->len);
in sctp_packet_will_fit()
H
A
D
chunk.c
190
max_data -=
SCTP_PAD4
(sizeof(struct sctp_auth_chunk) +
in sctp_datamsg_from_user()
218
first_len -=
SCTP_PAD4
(sizeof(struct sctp_sack_chunk));
in sctp_datamsg_from_user()
H
A
D
sm_make_chunk.c
246
chunksize +=
SCTP_PAD4
(SCTP_SAT_LEN(num_types));
in sctp_make_init()
288
chunksize +=
SCTP_PAD4
(ntohs(auth_hmacs->length));
in sctp_make_init()
295
chunksize +=
SCTP_PAD4
(ntohs(auth_chunks->length));
in sctp_make_init()
305
chunksize +=
SCTP_PAD4
(sizeof(ext_param) + num_ext);
in sctp_make_init()
454
chunksize +=
SCTP_PAD4
(ntohs(auth_hmacs->length));
in sctp_make_init_ack()
460
chunksize +=
SCTP_PAD4
(ntohs(auth_chunks->length));
in sctp_make_init_ack()
469
chunksize +=
SCTP_PAD4
(sizeof(ext_param) + num_ext);
in sctp_make_init_ack()
1438
chunklen =
SCTP_PAD4
(sizeof(*chunk_hdr) + paylen);
in _sctp_make_chunk()
1539
int padlen =
SCTP_PAD4
(chunklen) - chunklen;
in sctp_addto_chunk()
1931
len =
SCTP_PAD4
(sizeo
in sctp_process_missing_param()
[all...]
H
A
D
inqueue.c
201
chunk->chunk_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in sctp_inq_pop()
H
A
D
input.c
697
ch_end = offset +
SCTP_PAD4
(ntohs(ch->length));
in sctp_rcv_ootb()
1245
ch_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in __sctp_rcv_walk_lookup()
1316
if (
SCTP_PAD4
(ntohs(ch->length)) > skb->len)
in __sctp_rcv_lookup_harder()
H
A
D
ulpevent.c
387
elen =
SCTP_PAD4
(ntohs(ch->length)) - sizeof(*ch);
in sctp_ulpevent_make_remote_error()
725
padding =
SCTP_PAD4
(datalen) - datalen;
in sctp_ulpevent_make_rcvmsg()
H
A
D
sm_statefuns.c
3706
ch_end = ((__u8 *)ch) +
SCTP_PAD4
(ntohs(ch->length));
in sctp_sf_ootb()
4550
SCTP_PAD4
(ntohs(hdr->length)),
in sctp_sf_unk_chunk()
4568
SCTP_PAD4
(ntohs(hdr->length)),
in sctp_sf_unk_chunk()
/kernel/linux/linux-5.10/include/net/sctp/
H
A
D
sctp.h
71
#define
SCTP_PAD4
(s) (((s)+3)&~3)
macro
437
pos.v +=
SCTP_PAD4
(ntohs(pos.p->length)))
449
err = (struct sctp_errhdr *)((void *)err +
SCTP_PAD4
(ntohs(err->length))))
/kernel/linux/linux-5.10/net/netfilter/
H
A
D
xt_sctp.c
72
offset +=
SCTP_PAD4
(ntohs(sch->length));
in match_packet()
H
A
D
nft_exthdr.c
403
offset +=
SCTP_PAD4
(ntohs(sch->length));
in nft_exthdr_sctp_eval()
/kernel/linux/linux-6.6/net/netfilter/
H
A
D
xt_sctp.c
71
offset +=
SCTP_PAD4
(ntohs(sch->length));
in match_packet()
H
A
D
nft_exthdr.c
403
offset +=
SCTP_PAD4
(ntohs(sch->length));
in nft_exthdr_sctp_eval()
/kernel/linux/linux-6.6/include/net/sctp/
H
A
D
sctp.h
435
pos.v +=
SCTP_PAD4
(ntohs(pos.p->length)))
447
err = (struct sctp_errhdr *)((void *)err +
SCTP_PAD4
(ntohs(err->length))))
/kernel/linux/linux-6.6/include/linux/
H
A
D
sctp.h
824
#define
SCTP_PAD4
(s) (((s)+3)&~3)
macro
Completed in 38 milliseconds