Searched refs:osp (Results 1 – 4 of 4) sorted by relevance
17 DEFINE(OSP_OFFSET, offsetof(struct pt_regs, osp)); in main()
154 childregs->osp = 0; in copy_thread()
49 long osp; member
3675 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() local3685 okp = osp->smk_in; in smack_unix_stream_connect()3693 okp = osp->smk_out; in smack_unix_stream_connect()3706 ssp->smk_packet = osp->smk_out; in smack_unix_stream_connect()3723 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() local3737 rc = smk_access(ssp->smk_out, osp->smk_in, MAY_WRITE, &ad); in smack_unix_may_send()3738 rc = smk_bu_note("UDS send", ssp->smk_out, osp->smk_in, MAY_WRITE, rc); in smack_unix_may_send()