Searched refs:act_flags (Results 1 – 3 of 3) sorted by relevance
99 struct tcf_proto *tp, u32 act_flags, in tcf_skbedit_init() argument103 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init()189 if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_skbedit_init()
358 struct tcf_proto *tp, u32 act_flags, in tunnel_key_init() argument362 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init()500 act_flags); in tunnel_key_init()507 } else if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tunnel_key_init()
279 u32 act_flags = cb->args[2]; in tcf_dump_walker() local308 err = (act_flags & TCA_ACT_FLAG_TERSE_DUMP) ? in tcf_dump_walker()318 if (!(act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker()328 if (act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) in tcf_dump_walker()
Completed in 18 milliseconds