Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/tsol/
H A Dtnet.h71 extern boolean_t tsol_get_pkt_label(mblk_t *, int, ip_recv_attr_t *);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip6_output.c515 if (!tsol_get_pkt_label(mp, IPV6_VERSION, &iras)) { in ire_send_local_v6()
H A Dtnet.c682 tsol_get_pkt_label(mblk_t *mp, int version, ip_recv_attr_t *ira) in tsol_get_pkt_label() function
H A Dip_output.c1203 if (!tsol_get_pkt_label(mp, IPV4_VERSION, &iras)) { in ire_send_local_v4()
H A Dip6_input.c427 if (!tsol_get_pkt_label(mp, IPV6_VERSION, ira)) { in ill_input_full_v6()
H A Dip_input.c447 if (!tsol_get_pkt_label(mp, IPV4_VERSION, ira)) { in ill_input_full_v4()