Lines Matching refs:value

29 	u8 *value, *mask;  in vcap_debugfs_show_rule_keyfield()  local
37 out->prf(out->dst, "%d/%d", data->u1.value, data->u1.mask); in vcap_debugfs_show_rule_keyfield()
40 value = (u8 *)(&data->u32.value); in vcap_debugfs_show_rule_keyfield()
44 out->prf(out->dst, "%pI4h/%pI4h", &data->u32.value, in vcap_debugfs_show_rule_keyfield()
55 out->prf(out->dst, "%u/%u", data->u32.value & fmsk, in vcap_debugfs_show_rule_keyfield()
60 value = data->u48.value; in vcap_debugfs_show_rule_keyfield()
63 out->prf(out->dst, "%pMR/%pMR", data->u48.value, in vcap_debugfs_show_rule_keyfield()
69 value = data->u56.value; in vcap_debugfs_show_rule_keyfield()
74 value = data->u64.value; in vcap_debugfs_show_rule_keyfield()
79 value = data->u72.value; in vcap_debugfs_show_rule_keyfield()
84 value = data->u112.value; in vcap_debugfs_show_rule_keyfield()
89 value = data->u128.value; in vcap_debugfs_show_rule_keyfield()
94 vcap_netbytes_copy(nvalue, data->u128.value, in vcap_debugfs_show_rule_keyfield()
108 out->prf(out->dst, "%02x", value[bytes - idx - 1]); in vcap_debugfs_show_rule_keyfield()
121 u8 *value) in vcap_debugfs_show_rule_actionfield() argument
133 out->prf(out->dst, "%d", value[0]); in vcap_debugfs_show_rule_actionfield()
137 val = *(u32 *)value; in vcap_debugfs_show_rule_actionfield()
153 out->prf(out->dst, "%02x", value[bytes - idx - 1]); in vcap_debugfs_show_rule_actionfield()
230 &caf->data.u1.value); in vcap_debugfs_show_rule_actionset()
241 ri->counter.value = admin->cache.counter; in vcap_show_admin_rule()
246 ri->counter_id, ri->counter.value, ri->counter.sticky); in vcap_show_admin_rule()