Searched refs:eth_dst (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 72 u8 eth_dst[ETH_ALEN]; member 87 u8 eth_dst[ETH_ALEN]; member 102 u8 eth_dst[ETH_ALEN]; member 137 u8 eth_dst[ETH_ALEN]; member 143 u8 eth_dst[ETH_ALEN]; member 176 u8 eth_dst[ETH_ALEN]; member 1971 ETH_ALEN, entry->key.term_mac.eth_dst)) in rocker_cmd_flow_tbl_add_term_mac() 2022 ETH_ALEN, entry->key.bridge.eth_dst)) in rocker_cmd_flow_tbl_add_bridge() 2067 ETH_ALEN, entry->key.acl.eth_dst)) in rocker_cmd_flow_tbl_add_acl() 2219 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in rocker_cmd_group_tbl_add_l2_rewrite() [all …]
|
/linux-4.4.14/include/uapi/linux/ |
D | openvswitch.h | 379 __u8 eth_dst[ETH_ALEN]; member
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 1258 u8 *eth_dst) in batadv_nc_path_search() argument 1292 eth_dst, in batadv_nc_path_search() 1324 u8 *eth_dst, in batadv_nc_skb_src_search() argument 1346 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 278 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 279 mask->eth_dst); in set_eth_addr()
|
D | flow_netlink.c | 920 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 1464 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|