Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h271 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL) macro
H A Dsctp_timer.c624 if (stcb->asoc.prsctp_supported && PR_SCTP_TTL_ENABLED(chk->flags)) { in sctp_mark_all_for_resend()
H A Dsctp_indata.c3354 if ((PR_SCTP_TTL_ENABLED(tp1->flags)) && tp1->sent < SCTP_DATAGRAM_ACKED) { in sctp_strike_gap_ack_chunks()
3792 (PR_SCTP_TTL_ENABLED(tp1->flags))) { in sctp_try_advance_peer_ack_point()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h271 #define PR_SCTP_TTL_ENABLED(x) (PR_SCTP_POLICY(x) == SCTP_PR_SCTP_TTL) macro