Lines Matching refs:def
104 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common()
121 switch (entry->def.type) { in netlbl_mgmt_add_common()
132 entry->def.cipso = cipsov4; in netlbl_mgmt_add_common()
173 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
175 map->def.cipso = cipsov4; in netlbl_mgmt_add_common()
181 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_mgmt_add_common()
182 entry->def.addrsel = addrmap; in netlbl_mgmt_add_common()
223 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
229 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_mgmt_add_common()
230 entry->def.addrsel = addrmap; in netlbl_mgmt_add_common()
282 switch (entry->def.type) { in netlbl_mgmt_listentry()
288 netlbl_af4list_foreach_rcu(iter4, &entry->def.addrsel->list4) { in netlbl_mgmt_listentry()
308 map4->def.type); in netlbl_mgmt_listentry()
311 switch (map4->def.type) { in netlbl_mgmt_listentry()
314 map4->def.cipso->doi); in netlbl_mgmt_listentry()
323 netlbl_af6list_foreach_rcu(iter6, &entry->def.addrsel->list6) { in netlbl_mgmt_listentry()
340 map6->def.type); in netlbl_mgmt_listentry()
351 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry()
354 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry()
358 entry->def.cipso->doi); in netlbl_mgmt_listentry()