PT_FLOW_SIZE
flowspec_get_addr(pflow->flow, pflow->len - PT_FLOW_SIZE,
return pflow->len - PT_FLOW_SIZE;
memset(needle, 0, PT_FLOW_SIZE);
needle->len = f->len + PT_FLOW_SIZE;
int len = f->len + PT_FLOW_SIZE;
memset(p, 0, PT_FLOW_SIZE);
return flowspec_cmp(af->flow, af->len - PT_FLOW_SIZE,
bf->flow, bf->len - PT_FLOW_SIZE,
flowlen = pflow->len - PT_FLOW_SIZE;