Home
last modified time | relevance | path

Searched defs:address (Results 1 – 7 of 7) sorted by relevance

/security/tomoyo/
Dnetwork.c13 const __be32 *address; /* In network byte order. */ member
54 char *address = tomoyo_read_token(param); in tomoyo_parse_ipaddr_union() local
364 const u8 operation, const char *address) in tomoyo_audit_net_log()
382 const __be32 *address = r->param.inet_network.address; in tomoyo_audit_inet_log() local
466 static int tomoyo_inet_entry(const struct tomoyo_addr_info *address) in tomoyo_inet_entry()
503 struct tomoyo_addr_info *address) in tomoyo_check_inet_address()
541 static int tomoyo_unix_entry(const struct tomoyo_addr_info *address) in tomoyo_unix_entry()
592 struct tomoyo_addr_info *address) in tomoyo_check_unix_address()
647 struct tomoyo_addr_info address; in tomoyo_socket_listen_permission() local
683 struct tomoyo_addr_info address; in tomoyo_socket_connect_permission() local
[all …]
Dgroup.c179 bool tomoyo_address_matches_group(const bool is_ipv6, const __be32 *address, in tomoyo_address_matches_group()
Dcommon.h464 const __be32 *address; member
473 const struct tomoyo_path_info *address; member
559 struct tomoyo_ipaddr_union address; member
762 struct tomoyo_ipaddr_union address; member
/security/smack/
Dsmack_lsm.c2216 static void smk_ipv6_port_label(struct socket *sock, struct sockaddr *address) in smk_ipv6_port_label()
2289 static int smk_ipv6_port_check(struct sock *sk, struct sockaddr_in6 *address, in smk_ipv6_port_check()
2457 static int smack_socket_bind(struct socket *sock, struct sockaddr *address, in smack_socket_bind()
/security/
Dcapability.c618 static int cap_socket_bind(struct socket *sock, struct sockaddr *address, in cap_socket_bind()
624 static int cap_socket_connect(struct socket *sock, struct sockaddr *address, in cap_socket_connect()
Dsecurity.c1180 int security_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_bind()
1185 int security_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) in security_socket_connect()
/security/selinux/
Dhooks.c4163 static int selinux_socket_bind(struct socket *sock, struct sockaddr *address, int addrlen) in selinux_socket_bind()
4262 static int selinux_socket_connect(struct socket *sock, struct sockaddr *address, int addrlen) in selinux_socket_connect()