Searched refs:osp (Results 1 – 1 of 1) sorted by relevance
3594 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() local3604 okp = osp->smk_in; in smack_unix_stream_connect()3612 okp = osp->smk_out; in smack_unix_stream_connect()3625 ssp->smk_packet = osp->smk_out; in smack_unix_stream_connect()3642 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() local3656 rc = smk_access(ssp->smk_out, osp->smk_in, MAY_WRITE, &ad); in smack_unix_may_send()3657 rc = smk_bu_note("UDS send", ssp->smk_out, osp->smk_in, MAY_WRITE, rc); in smack_unix_may_send()