Searched refs:netlbl_dom_map (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/net/netlabel/ |
H A D | netlabel_domainhash.h | 58 struct netlbl_dom_map { struct 72 int netlbl_domhsh_add(struct netlbl_dom_map *entry, argument 74 int netlbl_domhsh_add_default(struct netlbl_dom_map *entry, 76 int netlbl_domhsh_remove_entry(struct netlbl_dom_map *entry, 89 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family); 103 int (*callback) (struct netlbl_dom_map *entry, void *arg),
|
H A D | netlabel_domainhash.c | 66 struct netlbl_dom_map *ptr; in netlbl_domhsh_free_entry() 142 struct netlbl_dom_map *iter; in netlbl_domhsh_search() 175 struct netlbl_dom_map *entry; in netlbl_domhsh_search_def() 405 int netlbl_domhsh_add(struct netlbl_dom_map *entry, in netlbl_domhsh_add() 409 struct netlbl_dom_map *entry_old, *entry_b; in netlbl_domhsh_add() 665 struct netlbl_dom_map *entry_map; in netlbl_domhsh_remove_af4() 734 struct netlbl_dom_map *entry_map; in netlbl_domhsh_remove_af6() 798 struct netlbl_dom_map *entry; in netlbl_domhsh_remove() 878 struct netlbl_dom_map *dom_iter; in netlbl_domhsh_getentry_af4() 908 struct netlbl_dom_map *dom_iter; in netlbl_domhsh_getentry_af6() [all …]
|
H A D | netlabel_mgmt.c | 87 struct netlbl_dom_map *entry = kzalloc(sizeof(*entry), GFP_KERNEL); in netlbl_mgmt_add_common() 282 struct netlbl_dom_map *entry) in netlbl_mgmt_listentry() 479 static int netlbl_mgmt_listall_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_mgmt_listall_cb() 601 struct netlbl_dom_map *entry; in netlbl_mgmt_listdef()
|
H A D | netlabel_kapi.c | 102 struct netlbl_dom_map *entry; in netlbl_cfg_unlbl_map_add() 331 struct netlbl_dom_map *entry; in netlbl_cfg_cipsov4_map_add() 457 struct netlbl_dom_map *entry; in netlbl_cfg_calipso_map_add() 983 struct netlbl_dom_map *dom_entry; in netlbl_sock_setattr()
|
H A D | netlabel_calipso.c | 283 static int netlbl_calipso_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_calipso_remove_cb()
|
H A D | netlabel_cipso_v4.c | 680 static int netlbl_cipsov4_remove_cb(struct netlbl_dom_map *entry, void *arg) in netlbl_cipsov4_remove_cb()
|
H A D | netlabel_unlabeled.c | 1535 struct netlbl_dom_map *entry; in netlbl_unlabel_defconf()
|