Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c64 const struct tc_action *tc_act) in bnxt_tc_parse_redir() argument
66 struct net_device *dev = tcf_mirred_dev(tc_act); in bnxt_tc_parse_redir()
80 const struct tc_action *tc_act) in bnxt_tc_parse_vlan() argument
82 switch (tcf_vlan_action(tc_act)) { in bnxt_tc_parse_vlan()
88 actions->push_vlan_tci = htons(tcf_vlan_push_vid(tc_act)); in bnxt_tc_parse_vlan()
89 actions->push_vlan_tpid = tcf_vlan_push_proto(tc_act); in bnxt_tc_parse_vlan()
99 const struct tc_action *tc_act) in bnxt_tc_parse_tunnel_set() argument
101 struct ip_tunnel_info *tun_info = tcf_tunnel_info(tc_act); in bnxt_tc_parse_tunnel_set()
118 const struct tc_action *tc_act; in bnxt_tc_parse_actions() local
126 tcf_exts_for_each_action(i, tc_act, tc_exts) { in bnxt_tc_parse_actions()
[all …]
/Linux-v4.19/
DMAINTAINERS14172 F: include/net/tc_act/
14175 F: include/uapi/linux/tc_act/