Home
last modified time | relevance | path

Searched refs:netlbl_dom_map (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/net/netlabel/
Dnetlabel_domainhash.h72 struct netlbl_dom_map { struct
86 int netlbl_domhsh_add(struct netlbl_dom_map *entry, argument
88 int netlbl_domhsh_add_default(struct netlbl_dom_map *entry,
90 int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry,
103 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family);
117 int (*callback) (struct netlbl_dom_map *entry, void *arg),
Dnetlabel_domainhash.c61 static struct netlbl_dom_map __rcu *netlbl_domhsh_def_ipv4;
62 static struct netlbl_dom_map __rcu *netlbl_domhsh_def_ipv6;
80 struct netlbl_dom_map *ptr; in netlbl_domhsh_free_entry()
88 ptr = container_of(entry, struct netlbl_dom_map, rcu); in netlbl_domhsh_free_entry()
150 static struct netlbl_dom_map *netlbl_domhsh_search(const char *domain, in netlbl_domhsh_search()
155 struct netlbl_dom_map *iter; in netlbl_domhsh_search()
184 static struct netlbl_dom_map *netlbl_domhsh_search_def(const char *domain, in netlbl_domhsh_search_def()
187 struct netlbl_dom_map *entry; in netlbl_domhsh_search_def()
220 static void netlbl_domhsh_audit_add(struct netlbl_dom_map *entry, in netlbl_domhsh_audit_add()
286 static int netlbl_domhsh_validate(const struct netlbl_dom_map *entry) in netlbl_domhsh_validate()
[all …]
Dnetlabel_mgmt.c100 struct netlbl_dom_map *entry = kzalloc(sizeof(*entry), GFP_KERNEL); in netlbl_mgmt_add_common()
295 struct netlbl_dom_map *entry) in netlbl_mgmt_listentry()
490 static int netlbl_mgmt_listall_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_mgmt_listall_cb()
612 struct netlbl_dom_map *entry; in netlbl_mgmt_listdef()
Dnetlabel_kapi.c116 struct netlbl_dom_map *entry; in netlbl_cfg_unlbl_map_add()
345 struct netlbl_dom_map *entry; in netlbl_cfg_cipsov4_map_add()
471 struct netlbl_dom_map *entry; in netlbl_cfg_calipso_map_add()
987 struct netlbl_dom_map *dom_entry; in netlbl_sock_setattr()
Dnetlabel_calipso.c272 static int netlbl_calipso_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_calipso_remove_cb()
Dnetlabel_cipso_v4.c683 static int netlbl_cipsov4_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_cipsov4_remove_cb()
Dnetlabel_unlabeled.c1541 struct netlbl_dom_map *entry; in netlbl_unlabel_defconf()