Lines Matching refs:TL_SETUCRED
669 #define TL_SETUCRED 0x00200 /* flag to indicate sending of ucred */ macro
2227 otheropt = TL_SETUCRED; in tl_do_ioctl()
2231 thisopt = TL_SETUCRED; in tl_do_ioctl()
3102 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED)) { in tl_conn_req_ser()
3252 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED)) { in tl_conn_req_ser()
3591 } else if (cl_ep->te_flag & TL_SETUCRED) { in tl_conn_res()
3735 if (cl_ep->te_flag & (TL_SETCRED|TL_SETUCRED)) { in tl_conn_res()
5178 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED|TL_SOCKUCRED)) { in tl_unitdata()
5187 } else if (peer_tep->te_flag & TL_SETUCRED) { in tl_unitdata()
5206 !(peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED|TL_SOCKUCRED))) { in tl_unitdata()
5241 if (peer_tep->te_flag & (TL_SETCRED|TL_SETUCRED|TL_SOCKUCRED)) { in tl_unitdata()
5998 } else if (flag & TL_SETUCRED) { in tl_fill_option()