Home
last modified time | relevance | path

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

/openbmc/linux/include/net/netfilter/
H A Dnf_flow_table.h169 NF_FLOW_HW_PENDING, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_flow_table_offload.c995 clear_bit(NF_FLOW_HW_PENDING, &offload->flow->flags); in flow_offload_work_handler()
1021 if (test_and_set_bit(NF_FLOW_HW_PENDING, &flow->flags)) in nf_flow_offload_work_alloc()
1026 clear_bit(NF_FLOW_HW_PENDING, &flow->flags); in nf_flow_offload_work_alloc()
/openbmc/linux/net/sched/
H A Dact_ct.c292 !test_bit(NF_FLOW_HW_PENDING, &flow->flags) && in tcf_ct_flow_is_outdated()