Searched refs:eth_dst (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/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 175 u8 eth_dst[ETH_ALEN]; member 1854 ETH_ALEN, entry->key.term_mac.eth_dst)) in rocker_cmd_flow_tbl_add_term_mac() 1904 ETH_ALEN, entry->key.bridge.eth_dst)) in rocker_cmd_flow_tbl_add_bridge() 1948 ETH_ALEN, entry->key.acl.eth_dst)) in rocker_cmd_flow_tbl_add_acl() 2102 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in rocker_cmd_group_tbl_add_l2_rewrite() [all …]
|
/linux-4.1.27/include/uapi/linux/ |
D | openvswitch.h | 367 __u8 eth_dst[ETH_ALEN]; member
|
/linux-4.1.27/net/batman-adv/ |
D | network-coding.c | 1232 uint8_t *eth_dst) in batadv_nc_path_search() argument 1266 eth_dst, in batadv_nc_path_search() 1298 uint8_t *eth_dst, in batadv_nc_skb_src_search() argument 1320 out_nc_node, skb, eth_dst); in batadv_nc_skb_src_search()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 266 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 267 mask->eth_dst); in set_eth_addr()
|
D | flow_netlink.c | 791 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 1323 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|