Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dcipso_ipv4.h80 struct cipso_v4_doi { struct
128 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def,
130 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def);
132 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi);
133 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def);
135 int (*callback) (struct cipso_v4_doi *doi_def, void *arg),
138 static inline int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add()
144 static inline void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free()
155 static inline struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef()
161 int (*callback) (struct cipso_v4_doi *doi_def, void *arg), in cipso_v4_doi_walk()
[all …]
Dnetlabel.h42 struct cipso_v4_doi;
380 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def,
480 static inline int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add()
/linux-4.1.27/net/ipv4/
Dcipso_ipv4.c443 static struct cipso_v4_doi *cipso_v4_doi_search(u32 doi) in cipso_v4_doi_search()
445 struct cipso_v4_doi *iter; in cipso_v4_doi_search()
466 int cipso_v4_doi_add(struct cipso_v4_doi *doi_def, in cipso_v4_doi_add()
548 void cipso_v4_doi_free(struct cipso_v4_doi *doi_def) in cipso_v4_doi_free()
576 struct cipso_v4_doi *doi_def; in cipso_v4_doi_free_rcu()
578 doi_def = container_of(entry, struct cipso_v4_doi, rcu); in cipso_v4_doi_free_rcu()
596 struct cipso_v4_doi *doi_def; in cipso_v4_doi_remove()
641 struct cipso_v4_doi *cipso_v4_doi_getdef(u32 doi) in cipso_v4_doi_getdef()
643 struct cipso_v4_doi *doi_def; in cipso_v4_doi_getdef()
665 void cipso_v4_doi_putdef(struct cipso_v4_doi *doi_def) in cipso_v4_doi_putdef()
[all …]
/linux-4.1.27/net/netlabel/
Dnetlabel_cipso_v4.c101 struct cipso_v4_doi *doi_def) in netlbl_cipsov4_add_common()
145 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_std()
346 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_pass()
385 struct cipso_v4_doi *doi_def = NULL; in netlbl_cipsov4_add_local()
473 struct cipso_v4_doi *doi_def; in netlbl_cipsov4_list()
622 static int netlbl_cipsov4_listall_cb(struct cipso_v4_doi *doi_def, void *arg) in netlbl_cipsov4_listall_cb()
Dnetlabel_domainhash.h53 struct cipso_v4_doi *cipso;
Dnetlabel_kapi.c294 int netlbl_cfg_cipsov4_add(struct cipso_v4_doi *doi_def, in netlbl_cfg_cipsov4_add()
336 struct cipso_v4_doi *doi_def; in netlbl_cfg_cipsov4_map_add()
Dnetlabel_domainhash.c205 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_domhsh_audit_add()
Dnetlabel_mgmt.c97 struct cipso_v4_doi *cipsov4 = NULL; in netlbl_mgmt_add_common()
/linux-4.1.27/security/smack/
Dsmackfs.c727 struct cipso_v4_doi *doip; in smk_cipso_doi()
737 doip = kmalloc(sizeof(struct cipso_v4_doi), GFP_KERNEL); in smk_cipso_doi()