Searched refs:act_flags (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/net/sched/ |
H A D | act_skbedit.c | 119 struct tcf_proto *tp, u32 act_flags, in tcf_skbedit_init() 123 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tcf_skbedit_init() 153 if (is_tcf_skbedit_ingress(act_flags) && in tcf_skbedit_init() 154 !(act_flags & TCA_ACT_FLAGS_SKIP_SW)) { in tcf_skbedit_init() 224 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 234 if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tcf_skbedit_init() 117 tcf_skbedit_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) tcf_skbedit_init() argument
|
H A D | act_tunnel_key.c | 359 struct tcf_proto *tp, u32 act_flags, in tunnel_key_init() 363 bool bind = act_flags & TCA_ACT_FLAGS_BIND; in tunnel_key_init() 504 act_flags); in tunnel_key_init() 511 } else if (!(act_flags & TCA_ACT_FLAGS_REPLACE)) { in tunnel_key_init() 357 tunnel_key_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) tunnel_key_init() argument
|
H A D | act_api.c | 511 u32 act_flags = cb->args[2]; in tcf_dump_walker() local 542 err = (act_flags & TCA_ACT_FLAG_TERSE_DUMP) ? in tcf_dump_walker() 552 if (!(act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker() 562 if (act_flags & TCA_ACT_FLAG_LARGE_DUMP_ON) in tcf_dump_walker()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | act_skbedit.c | 100 struct tcf_proto *tp, u32 act_flags, in tcf_skbedit_init() 179 &act_skbedit_ops, bind, true, act_flags); in tcf_skbedit_init() 97 tcf_skbedit_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) tcf_skbedit_init() argument
|
H A D | act_tunnel_key.c | 359 struct tcf_proto *tp, u32 act_flags, in tunnel_key_init() 500 act_flags); in tunnel_key_init() 356 tunnel_key_init(struct net *net, struct nlattr *nla, struct nlattr *est, struct tc_action **a, int ovr, int bind, bool rtnl_held, struct tcf_proto *tp, u32 act_flags, struct netlink_ext_ack *extack) tunnel_key_init() argument
|
H A D | act_api.c | 233 u32 act_flags = cb->args[2]; in tcf_dump_walker() local 270 if (!(act_flags & TCA_FLAG_LARGE_DUMP_ON) && in tcf_dump_walker() 280 if (act_flags & TCA_FLAG_LARGE_DUMP_ON) in tcf_dump_walker()
|
Completed in 11 milliseconds