Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_uio.h269 #define PR_SCTP_ENABLED(x) ((PR_SCTP_POLICY(x) != SCTP_PR_SCTP_NONE) && \ macro
H A Dsctp_timer.c462 if (PR_SCTP_ENABLED(chk->flags)) { in sctp_recover_sent_list()
H A Dsctp_indata.c3774 if (!PR_SCTP_ENABLED(tp1->flags)) { in sctp_try_advance_peer_ack_point()
4789 if (PR_SCTP_ENABLED(tp1->flags)) { in sctp_handle_sack()
H A Dsctp_output.c6262 if (PR_SCTP_ENABLED(sp->sinfo_flags)) { in sctp_set_prsctp_policy()
7608 if (PR_SCTP_ENABLED(chk->flags)) { in sctp_move_to_outqueue()
/f-stack/tools/compat/include/netinet/
H A Dsctp_uio.h269 #define PR_SCTP_ENABLED(x) ((PR_SCTP_POLICY(x) != SCTP_PR_SCTP_NONE) && \ macro