Home
last modified time | relevance | path

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

/netbsd/sys/netinet6/
H A Dsctp6_usrreq.c364 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp6_notify_mbuf()
373 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp6_notify_mbuf()
390 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp6_notify_mbuf()
/netbsd/sys/netinet/
H A Dsctp_structs.h230 #define CHUNK_FLAGS_FRAGMENT_OK 0x0001 macro
H A Dsctp_usrreq.c191 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_split_chunks()
202 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_split_chunks()
300 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_notify_mbuf()
309 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_notify_mbuf()
H A Dsctp_output.c5507 (chk->flags & CHUNK_FLAGS_FRAGMENT_OK)) {
5528 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
5748 if ((chk->send_size > omtu) && ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) == 0)) {
5760 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK;
5764 ((chk->flags & CHUNK_FLAGS_FRAGMENT_OK) && (chk->send_size <= asoc->peers_rwnd))) {
5785 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
6676 if ((chk->send_size <= mtu) || (chk->flags & CHUNK_FLAGS_FRAGMENT_OK)) {
6684 if (chk->flags & CHUNK_FLAGS_FRAGMENT_OK) {
6715 if (fwd->flags & CHUNK_FLAGS_FRAGMENT_OK) {
H A Dsctputil.c1612 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_mtu_size_reset()
1619 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_mtu_size_reset()
1625 chk->flags |= CHUNK_FLAGS_FRAGMENT_OK; in sctp_mtu_size_reset()