pt_entry_flow
#define PT_FLOW_SIZE (offsetof(struct pt_entry_flow, flow))
struct pt_entry_flow *pflow;
pflow = (struct pt_entry_flow *)pte;
struct pt_entry_flow *pflow;
pflow = (struct pt_entry_flow *)pte;
struct pt_entry_flow flow;
memcpy(((struct pt_entry_flow *)needle)->flow, f->data, f->len);
memcpy(((struct pt_entry_flow *)p)->flow, f->data, f->len);
const struct pt_entry_flow *af, *bf;
af = (const struct pt_entry_flow *)a;
bf = (const struct pt_entry_flow *)b;
struct pt_entry_flow *pflow = (struct pt_entry_flow *)pte;