Lines Matching refs:TL_SETUCRED
659 #define TL_SETUCRED 0x00200 /* flag to indicate sending of ucred */ macro
2304 otheropt = TL_SETUCRED; in tl_do_ioctl()
2308 thisopt = TL_SETUCRED; in tl_do_ioctl()
3191 if (peer_tep->te_flag & (TL_SETCRED | TL_SETUCRED)) { in tl_conn_req_ser()
3341 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED)) { in tl_conn_req_ser()
3680 } else if (cl_ep->te_flag & TL_SETUCRED) { in tl_conn_res()
3825 if (cl_ep->te_flag & (TL_SETCRED | TL_SETUCRED)) { in tl_conn_res()
5271 if (peer_tep->te_flag & (TL_SETCRED | TL_SETUCRED | TL_SOCKUCRED)) { in tl_unitdata()
5280 } else if (peer_tep->te_flag & TL_SETUCRED) { in tl_unitdata()
5313 !(peer_tep->te_flag & (TL_SETCRED | TL_SETUCRED | TL_SOCKUCRED))) { in tl_unitdata()
5342 (TL_SETCRED | TL_SETUCRED | TL_SOCKUCRED)) { in tl_unitdata()
5390 (TL_SETCRED | TL_SETUCRED | TL_SOCKUCRED)) { in tl_unitdata()
6147 } else if (flag & TL_SETUCRED) { in tl_fill_option()