Home
last modified time | relevance | path

Searched refs:IRA_FREE_CRED (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_attr.c667 ira->ira_free_flags |= IRA_FREE_CRED; in ip_recv_attr_from_mblk()
1025 if (ira->ira_free_flags & IRA_FREE_CRED) in ip_recv_attr_replace_label()
1028 ira->ira_free_flags |= IRA_FREE_CRED; in ip_recv_attr_replace_label()
1135 if (ira->ira_free_flags & IRA_FREE_CRED) { in ira_cleanup()
1138 ira->ira_free_flags &= ~IRA_FREE_CRED; in ira_cleanup()
H A Dtnet.c836 if (ira->ira_free_flags & IRA_FREE_CRED) { in tsol_get_pkt_label()
838 ira->ira_free_flags &= ~IRA_FREE_CRED; in tsol_get_pkt_label()
852 ira->ira_free_flags |= IRA_FREE_CRED; in tsol_get_pkt_label()
/illumos-gate/usr/src/uts/common/inet/
H A Dip.h2435 #define IRA_FREE_CRED 0x00000001 /* ira_cred needs to be rele */ macro