linux-sg2042/include/net/tc_act
Shmulik Ladkani 5724b8b569 net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror'
These accessors are used in various drivers that support tc offloading,
to detect properties of a given 'tc_action'.

'is_tcf_mirred_redirect' tests that the action is TCA_EGRESS_REDIR.
'is_tcf_mirred_mirror' tests that the action is TCA_EGRESS_MIRROR.

As a prep towards supporting INGRESS redir/mirror, rename these
predicates to reflect their true meaning:
  s/is_tcf_mirred_redirect/is_tcf_mirred_egress_redirect/
  s/is_tcf_mirred_mirror/is_tcf_mirred_egress_mirror/

Signed-off-by: Shmulik Ladkani <shmulik.ladkani@gmail.com>
Cc: Hariprasad S <hariprasad@chelsio.com>
Cc: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Cc: Saeed Mahameed <saeedm@mellanox.com>
Cc: Jiri Pirko <jiri@mellanox.com>
Cc: Ido Schimmel <idosch@mellanox.com>
Cc: Jakub Kicinski <jakub.kicinski@netronome.com>
Acked-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-10-14 10:23:06 -04:00
..
tc_bpf.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_connmark.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_csum.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_defact.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_gact.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_ife.h net sched ife action: add 16 bit helpers 2016-09-19 21:55:28 -04:00
tc_ipt.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_mirred.h net/sched: tc_mirred: Rename public predicates 'is_tcf_mirred_redirect' and 'is_tcf_mirred_mirror' 2016-10-14 10:23:06 -04:00
tc_nat.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_pedit.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_skbedit.h net_sched: get rid of struct tcf_common 2016-07-25 21:49:20 -07:00
tc_skbmod.h net_sched: Introduce skbmod action 2016-09-15 19:33:47 -04:00
tc_tunnel_key.h net/sched: Introduce act_tunnel_key 2016-09-10 20:53:56 -07:00
tc_vlan.h net_sched: act_vlan: add helper inlines to access tcf_vlan info 2016-09-23 07:22:11 -04:00