Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h67 extern boolean_t tsol_can_reply_error(const mblk_t *, ip_recv_attr_t *);
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_error.c201 if (is_system_labeled() && !tsol_can_reply_error(inmp, ira)) in sctp_send_abort()
350 if (is_system_labeled() && !tsol_can_reply_error(inmp, ira)) in sctp_ootb_send_abort()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dtnet.c1125 tsol_can_reply_error(const mblk_t *mp, ip_recv_attr_t *ira) in tsol_can_reply_error() function
H A Dip6.c1533 if (is_system_labeled() && !tsol_can_reply_error(mp, ira)) { in icmp_pkt_err_ok_v6()
H A Dip.c3054 if (is_system_labeled() && !tsol_can_reply_error(mp, ira)) { in icmp_pkt_err_ok()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c2761 if (is_system_labeled() && !tsol_can_reply_error(mp, ira)) { in tcp_xmit_listeners_reset()