Searched refs:osp (Results 1 – 4 of 4) sorted by relevance
17 DEFINE(OSP_OFFSET, offsetof(struct pt_regs, osp)); in main()
171 childregs->osp = 0; in copy_thread()
49 long osp; member
3580 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() local3590 okp = osp->smk_in; in smack_unix_stream_connect()3598 okp = osp->smk_out; in smack_unix_stream_connect()3611 ssp->smk_packet = osp->smk_out; in smack_unix_stream_connect()3628 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() local3642 rc = smk_access(ssp->smk_out, osp->smk_in, MAY_WRITE, &ad); in smack_unix_may_send()3643 rc = smk_bu_note("UDS send", ssp->smk_out, osp->smk_in, MAY_WRITE, rc); in smack_unix_may_send()