Home
last modified time | relevance | path

Searched refs:IS_IP4_FLOW_ID (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_dynamic.c854 if (IS_IP4_FLOW_ID(id)) { in hash_packet()
1345 if (IS_IP4_FLOW_ID(&args->f_id)) { in ipfw_dyn_lookup_state()
1783 if (IS_IP4_FLOW_ID(pkt)) { in dyn_get_parent_state()
1885 if (IS_IP4_FLOW_ID(pkt)) { in dyn_install_state()
1929 if (IS_IP4_FLOW_ID(pkt)) in dyn_install_state()
1952 if (IS_IP4_FLOW_ID(&id)) in dyn_install_state()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h694 #define IS_IP4_FLOW_ID(id) ((id)->addr_type == 4) macro
/f-stack/freebsd/netinet/
H A Dip_fw.h694 #define IS_IP4_FLOW_ID(id) ((id)->addr_type == 4) macro