Searched defs:kern (Results 1 - 5 of 5) sorted by relevance

/security/
H A Dcapability.c607 static int cap_socket_create(int family, int type, int protocol, int kern) argument
613 int protocol, int kern)
612 cap_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
H A Dsecurity.c1167 int security_socket_create(int family, int type, int protocol, int kern) argument
1169 return security_ops->socket_create(family, type, protocol, kern);
1173 int type, int protocol, int kern)
1176 protocol, kern);
1172 security_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/security/selinux/ss/
H A Dservices.c1561 bool kern)
1589 if (kern) {
1555 security_compute_sid(u32 ssid, u32 tsid, u16 orig_tclass, u32 specified, const char *objname, u32 *out_sid, bool kern) argument
/security/smack/
H A Dsmack_lsm.c2435 * @kern: unused
2442 int type, int protocol, int kern)
2441 smack_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument
/security/selinux/
H A Dhooks.c4072 int protocol, int kern)
4079 if (kern)
4091 int type, int protocol, int kern)
4100 if (kern)
4071 selinux_socket_create(int family, int type, int protocol, int kern) argument
4090 selinux_socket_post_create(struct socket *sock, int family, int type, int protocol, int kern) argument

Completed in 870 milliseconds