Home
last modified time | relevance | path

Searched refs:cipso_v4_doi (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/include/net/
Dcipso_ipv4.h67 struct cipso_v4_doi { struct
115 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def,
117 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def);
119 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi);
120 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def);
122 int (*callback) (struct cipso_v4_doi *doi_def, void *arg),
125 static inline int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add()
131 static inline void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free()
142 static inline struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef()
148 int (*callback) (struct cipso_v4_doi *doi_def, void *arg), in cipso_v4_doi_walk()
[all …]
Dnetlabel.h28 struct cipso_v4_doi;
426 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def,
540 static inline int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add()
/linux-6.1.9/net/ipv4/
Dcipso_ipv4.c359 static struct cipso_v4_doi *cipso_v4_doi_search(u32 doi) in cipso_v4_doi_search()
361 struct cipso_v4_doi *iter; in cipso_v4_doi_search()
382 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add()
464 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free()
493 struct cipso_v4_doi *doi_def; in cipso_v4_doi_free_rcu()
495 doi_def = container_of(entry, struct cipso_v4_doi, rcu); in cipso_v4_doi_free_rcu()
513 struct cipso_v4_doi *doi_def; in cipso_v4_doi_remove()
552 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef()
554 struct cipso_v4_doi *doi_def; in cipso_v4_doi_getdef()
576 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def) in cipso_v4_doi_putdef()
[all …]
/linux-6.1.9/net/netlabel/
Dnetlabel_cipso_v4.c80 struct cipso_v4_doi *doi_def) in netlbl_cipsov4_add_common()
125 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_std()
330 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_pass()
369 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_local()
457 struct cipso_v4_doi *doi_def; in netlbl_cipsov4_list()
613 static int netlbl_cipsov4_listall_cb(struct cipso_v4_doi *doi_def, void *arg) in netlbl_cipsov4_listall_cb()
Dnetlabel_domainhash.h39 struct cipso_v4_doi *cipso;
Dnetlabel_kapi.c288 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add()
330 struct cipso_v4_doi *doi_def; in netlbl_cfg_cipsov4_map_add()
Dnetlabel_mgmt.c82 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_mgmt_add_common()
Dnetlabel_domainhash.c215 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_domhsh_audit_add()
/linux-6.1.9/security/smack/
Dsmackfs.c687 struct cipso_v4_doi *doip; in smk_cipso_doi()
697 doip = kmalloc(sizeof(struct cipso_v4_doi), GFP_KERNEL | __GFP_NOFAIL); in smk_cipso_doi()