Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_input.c4188 uint8_t pktdrp_flags; in sctp_handle_packet_dropped() local
4192 pktdrp_flags = cp->ch.chunk_flags; in sctp_handle_packet_dropped()
4195 if (pktdrp_flags & SCTP_PACKET_TRUNCATED) { in sctp_handle_packet_dropped()
4204 if (pktdrp_flags & SCTP_FROM_MIDDLE_BOX) { in sctp_handle_packet_dropped()
4253 if (pktdrp_flags & SCTP_FROM_MIDDLE_BOX) { in sctp_handle_packet_dropped()
4280 if (pktdrp_flags & SCTP_FROM_MIDDLE_BOX) { in sctp_handle_packet_dropped()
4284 if (pktdrp_flags & SCTP_FROM_MIDDLE_BOX) { in sctp_handle_packet_dropped()
4288 if (process_chunk_drop(stcb, &desc, net, pktdrp_flags)) { in sctp_handle_packet_dropped()
4296 if ((pktdrp_flags & SCTP_FROM_MIDDLE_BOX) == 0) { in sctp_handle_packet_dropped()
4332 if ((pktdrp_flags & SCTP_FROM_MIDDLE_BOX) && in sctp_handle_packet_dropped()