Home
last modified time | relevance | path

Searched refs:netlbl_af4list (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/net/netlabel/
Dnetlabel_addrlist.h47 struct netlbl_af4list { struct
70 #define __af4list_entry(ptr) container_of(ptr, struct netlbl_af4list, list) argument
72 static inline struct netlbl_af4list *__af4list_valid(struct list_head *s, in __af4list_valid()
76 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid()
84 static inline struct netlbl_af4list *__af4list_valid_rcu(struct list_head *s, in __af4list_valid_rcu()
88 struct netlbl_af4list *n = __af4list_entry(s); in __af4list_valid_rcu()
112 int netlbl_af4list_add(struct netlbl_af4list *entry,
114 struct netlbl_af4list *netlbl_af4list_remove(__be32 addr, __be32 mask,
116 void netlbl_af4list_remove_entry(struct netlbl_af4list *entry);
117 struct netlbl_af4list *netlbl_af4list_search(__be32 addr,
[all …]
Dnetlabel_addrlist.c60 struct netlbl_af4list *netlbl_af4list_search(__be32 addr, in netlbl_af4list_search()
63 struct netlbl_af4list *iter; in netlbl_af4list_search()
84 struct netlbl_af4list *netlbl_af4list_search_exact(__be32 addr, in netlbl_af4list_search_exact()
88 struct netlbl_af4list *iter; in netlbl_af4list_search_exact()
162 int netlbl_af4list_add(struct netlbl_af4list *entry, struct list_head *head) in netlbl_af4list_add()
164 struct netlbl_af4list *iter; in netlbl_af4list_add()
235 void netlbl_af4list_remove_entry(struct netlbl_af4list *entry) in netlbl_af4list_remove_entry()
253 struct netlbl_af4list *netlbl_af4list_remove(__be32 addr, __be32 mask, in netlbl_af4list_remove()
256 struct netlbl_af4list *entry; in netlbl_af4list_remove()
Dnetlabel_domainhash.c81 struct netlbl_af4list *iter4; in netlbl_domhsh_free_entry()
82 struct netlbl_af4list *tmp4; in netlbl_domhsh_free_entry()
221 struct netlbl_af4list *addr4, in netlbl_domhsh_audit_add()
288 struct netlbl_af4list *iter4; in netlbl_domhsh_validate()
422 struct netlbl_af4list *iter4; in netlbl_domhsh_add()
423 struct netlbl_af4list *tmp4; in netlbl_domhsh_add()
623 struct netlbl_af4list *iter4; in netlbl_domhsh_remove_entry()
679 struct netlbl_af4list *entry_addr; in netlbl_domhsh_remove_af4()
680 struct netlbl_af4list *iter4; in netlbl_domhsh_remove_af4()
749 struct netlbl_af4list *iter4; in netlbl_domhsh_remove_af6()
[all …]
Dnetlabel_unlabeled.c85 struct netlbl_af4list list;
164 struct netlbl_af4list *iter4; in netlbl_unlhsh_free_iface()
165 struct netlbl_af4list *tmp4; in netlbl_unlhsh_free_iface()
485 struct netlbl_af4list *list_entry; in netlbl_unlhsh_remove_addr4()
601 struct netlbl_af4list *iter4; in netlbl_unlhsh_condremove_iface()
1186 struct netlbl_af4list *addr4; in netlbl_unlabel_staticlist()
1265 struct netlbl_af4list *addr4; in netlbl_unlabel_staticlistdef()
1489 struct netlbl_af4list *addr4; in netlbl_unlabel_getattr()
Dnetlabel_domainhash.h62 struct netlbl_af4list list;
Dnetlabel_mgmt.c300 struct netlbl_af4list *iter4; in netlbl_mgmt_listentry()