Searched refs:cipso_v4_doi (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/include/net/ |
D | cipso_ipv4.h | 81 struct cipso_v4_doi { struct 129 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, 131 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def); 133 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi); 134 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def); 136 int (*callback) (struct cipso_v4_doi *doi_def, void *arg), 139 static inline int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add() 145 static inline void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free() 156 static inline struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef() 162 int (*callback) (struct cipso_v4_doi *doi_def, void *arg), in cipso_v4_doi_walk() [all …]
|
D | netlabel.h | 42 struct cipso_v4_doi; 440 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, 554 static inline int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add()
|
/Linux-v4.19/net/ipv4/ |
D | cipso_ipv4.c | 373 static struct cipso_v4_doi *cipso_v4_doi_search(u32 doi) in cipso_v4_doi_search() 375 struct cipso_v4_doi *iter; in cipso_v4_doi_search() 396 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add() 478 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free() 506 struct cipso_v4_doi *doi_def; in cipso_v4_doi_free_rcu() 508 doi_def = container_of(entry, struct cipso_v4_doi, rcu); in cipso_v4_doi_free_rcu() 526 struct cipso_v4_doi *doi_def; in cipso_v4_doi_remove() 571 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef() 573 struct cipso_v4_doi *doi_def; in cipso_v4_doi_getdef() 595 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def) in cipso_v4_doi_putdef() [all …]
|
/Linux-v4.19/net/netlabel/ |
D | netlabel_cipso_v4.c | 94 struct cipso_v4_doi *doi_def) in netlbl_cipsov4_add_common() 138 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_std() 340 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_pass() 379 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_local() 467 struct cipso_v4_doi *doi_def; in netlbl_cipsov4_list() 616 static int netlbl_cipsov4_listall_cb(struct cipso_v4_doi *doi_def, void *arg) in netlbl_cipsov4_listall_cb()
|
D | netlabel_domainhash.h | 53 struct cipso_v4_doi *cipso;
|
D | netlabel_kapi.c | 302 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add() 344 struct cipso_v4_doi *doi_def; in netlbl_cfg_cipsov4_map_add()
|
D | netlabel_mgmt.c | 95 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_mgmt_add_common()
|
D | netlabel_domainhash.c | 227 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_domhsh_audit_add()
|
/Linux-v4.19/security/smack/ |
D | smackfs.c | 714 struct cipso_v4_doi *doip; in smk_cipso_doi() 724 doip = kmalloc(sizeof(struct cipso_v4_doi), GFP_KERNEL); in smk_cipso_doi()
|