Searched refs:policy_node (Results 1 – 2 of 2) sorted by relevance
50 void stp_policy_node_get_ranges(struct stp_policy_node *policy_node, in stp_policy_node_get_ranges() argument54 *mstart = policy_node->first_master; in stp_policy_node_get_ranges()55 *mend = policy_node->last_master; in stp_policy_node_get_ranges()56 *cstart = policy_node->first_channel; in stp_policy_node_get_ranges()57 *cend = policy_node->last_channel; in stp_policy_node_get_ranges()87 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_show() local90 count = sprintf(page, "%u %u\n", policy_node->first_master, in stp_policy_node_masters_show()91 policy_node->last_master); in stp_policy_node_masters_show()100 struct stp_policy_node *policy_node = to_stp_policy_node(item); in stp_policy_node_masters_store() local110 stm = policy_node->policy->stm; in stp_policy_node_masters_store()[all …]
32 This policy is a tree structure containing rules (policy_node) that