Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dopenvswitch.h878 * struct ovs_action_push_eth - %OVS_ACTION_ATTR_PUSH_ETH action argument.
882 struct ovs_action_push_eth { struct
1030 OVS_ACTION_ATTR_PUSH_ETH, /* struct ovs_action_push_eth. */
883 addressesovs_action_push_eth global() argument
/linux/net/openvswitch/
H A Dactions.c267 const struct ovs_action_push_eth *ethh) in push_eth()