Lines Matching refs:af
740 const struct vcap_client_actionfield *af, in vcap_encode_actionfield() argument
751 switch (af->ctrl.type) { in vcap_encode_actionfield()
753 value = &af->data.u1.value; in vcap_encode_actionfield()
756 value = (const u8 *)&af->data.u32.value; in vcap_encode_actionfield()
759 value = af->data.u48.value; in vcap_encode_actionfield()
762 value = af->data.u56.value; in vcap_encode_actionfield()
765 value = af->data.u64.value; in vcap_encode_actionfield()
768 value = af->data.u72.value; in vcap_encode_actionfield()
771 value = af->data.u112.value; in vcap_encode_actionfield()
774 value = af->data.u128.value; in vcap_encode_actionfield()
2979 struct vcap_client_actionfield *af, *naf; in vcap_enable_rule() local
2996 list_for_each_entry_safe(af, naf, &ri->data.actionfields, ctrl.list) { in vcap_enable_rule()
2997 list_del(&af->ctrl.list); in vcap_enable_rule()
2998 kfree(af); in vcap_enable_rule()