Lines Matching defs:domain
5 * This file manages the domain hash table that NetLabel uses to determine
6 * which network labeling protocol to use for a given domain. The NetLabel
59 char *domain;
71 /* Manipulate the domain hash table */
78 int netlbl_domhsh_remove_af4(const char *domain,
82 int netlbl_domhsh_remove_af6(const char *domain,
86 int netlbl_domhsh_remove(const char *domain, u16 family,
89 struct netlbl_dom_map *netlbl_domhsh_getentry(const char *domain, u16 family);
90 struct netlbl_dommap_def *netlbl_domhsh_getentry_af4(const char *domain,
93 struct netlbl_dommap_def *netlbl_domhsh_getentry_af6(const char *domain,
95 int netlbl_domhsh_remove_af6(const char *domain,