Searched refs:nf_flow_dst_check (Results 1 – 3 of 3) sorted by relevance
582 !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()
493 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()
313 static inline bool nf_flow_dst_check(struct flow_offload_tuple *tuple) in nf_flow_dst_check() function