Lines Matching refs:def
103 entry->def.type = nla_get_u32(info->attrs[NLBL_MGMT_A_PROTOCOL]); in netlbl_mgmt_add_common()
120 switch (entry->def.type) { in netlbl_mgmt_add_common()
131 entry->def.cipso = cipsov4; in netlbl_mgmt_add_common()
171 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
173 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()
222 map->def.type = entry->def.type; in netlbl_mgmt_add_common()
230 entry->def.type = NETLBL_NLTYPE_ADDRSELECT; in netlbl_mgmt_add_common()
231 entry->def.addrsel = addrmap; in netlbl_mgmt_add_common()
281 switch (entry->def.type) { in netlbl_mgmt_listentry()
287 netlbl_af4list_foreach_rcu(iter4, &entry->def.addrsel->list4) { in netlbl_mgmt_listentry()
307 map4->def.type); in netlbl_mgmt_listentry()
310 switch (map4->def.type) { in netlbl_mgmt_listentry()
313 map4->def.cipso->doi); in netlbl_mgmt_listentry()
322 netlbl_af6list_foreach_rcu(iter6, &entry->def.addrsel->list6) { in netlbl_mgmt_listentry()
339 map6->def.type); in netlbl_mgmt_listentry()
350 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry()
353 ret_val = nla_put_u32(skb,NLBL_MGMT_A_PROTOCOL,entry->def.type); in netlbl_mgmt_listentry()
357 entry->def.cipso->doi); in netlbl_mgmt_listentry()