Searched defs:address (Results 1 – 7 of 7) sorted by relevance
/security/tomoyo/ |
D | network.c | 13 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 …]
|
D | group.c | 179 bool tomoyo_address_matches_group(const bool is_ipv6, const __be32 *address, in tomoyo_address_matches_group()
|
D | common.h | 464 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/ |
D | smack_lsm.c | 2216 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/ |
D | capability.c | 618 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()
|
D | security.c | 1180 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/ |
D | hooks.c | 4163 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()
|