Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/tc_act/
Dtc_vlan.h36 TCA_VLAN_PUSH_ETH_SRC, enumerator
/linux-5.19.10/net/sched/
Dact_vlan.c112 [TCA_VLAN_PUSH_ETH_SRC] = NLA_POLICY_ETH_ADDR,
200 if (!tb[TCA_VLAN_PUSH_ETH_DST] || !tb[TCA_VLAN_PUSH_ETH_SRC]) { in tcf_vlan_init()
252 nla_memcpy(&p->tcfv_push_src, tb[TCA_VLAN_PUSH_ETH_SRC], in tcf_vlan_init()
318 if (nla_put(skb, TCA_VLAN_PUSH_ETH_SRC, ETH_ALEN, in tcf_vlan_dump()