Searched defs:in (Results 1 - 2 of 2) sorted by relevance

/security/keys/
H A Dtrusted.h33 /* discrete values, but have to store in uint16_t for TPM use */
128 static inline void storebytes(struct tpm_buf *buf, const unsigned char *in, argument
131 memcpy(buf->data + buf->len, in, len);
/security/selinux/
H A Dhooks.c55 #include <net/tcp.h> /* struct or_callable used in sock_rcv_skb */
266 * The inode may still be referenced in a path walk and
409 /* Special handling. Genfs but also in-core setxattr handler */
653 * This does open a hole in which we will not notice if the first
1385 "filesystem in question.\n", ino, dev, context);
1657 access an inode in a given way. Check access to the
2163 return 0; /* No change in credentials */
2349 only interested in the inode-based check here. */
2977 /* A different attribute in the security namespace.
3135 * use the in
4896 selinux_ipv4_forward(const struct nf_hook_ops *ops, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
4906 selinux_ipv6_forward(const struct nf_hook_ops *ops, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
4958 selinux_ipv4_output(const struct nf_hook_ops *ops, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
5135 selinux_ipv4_postroute(const struct nf_hook_ops *ops, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
5145 selinux_ipv6_postroute(const struct nf_hook_ops *ops, struct sk_buff *skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff *)) argument
[all...]

Completed in 43 milliseconds