Home
last modified time | relevance | path

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

/linux/include/net/
H A Dflow_offload.h483 const u32 enc_ctrl_flags, in flow_rule_is_supp_enc_control_flags() argument
486 if (likely((enc_ctrl_flags & ~supp_enc_flags) == 0)) in flow_rule_is_supp_enc_control_flags()
491 enc_ctrl_flags); in flow_rule_is_supp_enc_control_flags()
516 static inline bool flow_rule_has_enc_control_flags(const u32 enc_ctrl_flags, in flow_rule_has_enc_control_flags() argument
519 return !flow_rule_is_supp_enc_control_flags(0, enc_ctrl_flags, extack); in flow_rule_has_enc_control_flags()