Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_flow_table_core.c582 !nf_flow_dst_check(&flow->tuplehash[FLOW_OFFLOAD_DIR_ORIGINAL].tuple) || in nf_flow_offload_gc_step()
583 !nf_flow_dst_check(&flow->tuplehash[FLOW_OFFLOAD_DIR_REPLY].tuple) || in nf_flow_offload_gc_step()
H A Dnf_flow_table_ip.c493 if (!nf_flow_dst_check(&tuplehash->tuple)) { in nf_flow_offload_forward()
1089 if (!nf_flow_dst_check(&tuplehash->tuple)) { in nf_flow_offload_ipv6_forward()
/linux/include/net/netfilter/
H A Dnf_flow_table.h313 static inline bool nf_flow_dst_check(struct flow_offload_tuple *tuple) in nf_flow_dst_check() function