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
3590 struct socket_smack *osp = other->sk_security; in smack_unix_stream_connect() local3600 okp = osp->smk_in; in smack_unix_stream_connect()3608 okp = osp->smk_out; in smack_unix_stream_connect()3621 ssp->smk_packet = osp->smk_out; in smack_unix_stream_connect()3638 struct socket_smack *osp = other->sk->sk_security; in smack_unix_may_send() local3652 rc = smk_access(ssp->smk_out, osp->smk_in, MAY_WRITE, &ad); in smack_unix_may_send()3653 rc = smk_bu_note("UDS send", ssp->smk_out, osp->smk_in, MAY_WRITE, rc); in smack_unix_may_send()