Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dact_vlan.c114 [TCA_VLAN_PUSH_ETH_SRC] = NLA_POLICY_ETH_ADDR,
202 if (!tb[TCA_VLAN_PUSH_ETH_DST] || !tb[TCA_VLAN_PUSH_ETH_SRC]) { in tcf_vlan_init()
254 nla_memcpy(&p->tcfv_push_src, tb[TCA_VLAN_PUSH_ETH_SRC], in tcf_vlan_init()
320 if (nla_put(skb, TCA_VLAN_PUSH_ETH_SRC, ETH_ALEN, in tcf_vlan_dump()
/linux/include/uapi/linux/tc_act/
H A Dtc_vlan.h31 TCA_VLAN_PUSH_ETH_SRC, enumerator