Home
last modified time | relevance | path

Searched refs:CHUNK_FLAGS_FRAGMENT_OK (Results 1 – 5 of 5) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_timer.c687 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
761 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1118 cookie->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1163 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1183 strrst->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1248 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1263 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
1278 asconf->flags |= CHUNK_FLAGS_FRAGMENT_OK;
Dsctp_output.c8729 (chk->flags & CHUNK_FLAGS_FRAGMENT_OK)) {
8771 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
8953 (chk->flags & CHUNK_FLAGS_FRAGMENT_OK)) {
8995 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
9264 if ((chk->send_size > omtu) && ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) == 0)) {
9279 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
9289 ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) && (chk->send_size <= asoc->peers_rwnd))) {
9330 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
9661 chk->flags = CHUNK_FLAGS_FRAGMENT_OK;
9920 chk->flags = CHUNK_FLAGS_FRAGMENT_OK;
[all …]
Dsctp_structs.h474 #define CHUNK_FLAGS_FRAGMENT_OK 0x0100 macro
Dsctputil.c3005 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_mtu_size_reset()
3010 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_mtu_size_reset()
Dsctp_usrreq.c246 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_pathmtu_adjustment()
255 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_pathmtu_adjustment()