OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smallest_mtu
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c
387
if (stcb->asoc.
smallest_mtu
> nxtsz) {
391
stcb->asoc.
smallest_mtu
= nxtsz;
[
all
...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_structs.h
948
uint32_t
smallest_mtu
;
member in struct:sctp_association
[
all
...]
sctp_output.c
[
all
...]
sctp_sysctl.c
585
xstcb.mtu = stcb->asoc.
smallest_mtu
;
[
all
...]
sctp_pcb.c
[
all
...]
sctp_asconf.c
[
all
...]
sctp_usrreq.c
277
stcb->asoc.
smallest_mtu
= nxtsz;
388
if (stcb->asoc.
smallest_mtu
> nxtsz) {
[
all
...]
sctputil.c
1090
asoc->
smallest_mtu
= inp->sctp_frag_point;
[
all
...]
Completed in 76 milliseconds