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.c513 if (!tsol_get_pkt_label(mp, IPV6_VERSION, &iras)) {
515 ip_drop_input("tsol_get_pkt_label", mp, ill);
521 /* tsol_get_pkt_label sometimes does pullupmsg */
H A Dtnet.c682 tsol_get_pkt_label(mblk_t *mp, int version, ip_recv_attr_t *ira) function
875 * tsol_get_pkt_label intentionally avoids the labeling process for:
1119 * Note that tsol_get_pkt_label will cause the packet to drop if the sender is
H A Dip6_input.c428 if (!tsol_get_pkt_label(mp, IPV6_VERSION, ira)) {
430 ip0dbg(("tsol_get_pkt_label v6 failed\n"));
438 /* tsol_get_pkt_label sometimes does pullupmsg */
H A Dip_input.c447 if (!tsol_get_pkt_label(mp, IPV4_VERSION, ira)) {
455 /* tsol_get_pkt_label sometimes does pullupmsg */
H A Dip_output.c1201 if (!tsol_get_pkt_label(mp, IPV4_VERSION, &iras)) {
1203 ip_drop_input("tsol_get_pkt_label", mp, ill);
1209 /* tsol_get_pkt_label sometimes does pullupmsg */

Completed in 64 milliseconds