Searched refs:eth_dst (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/rocker/ |
| H A D | rocker_ofdpa.c | 48 u8 eth_dst[ETH_ALEN]; member 63 u8 eth_dst[ETH_ALEN]; member 78 u8 eth_dst[ETH_ALEN]; member 114 u8 eth_dst[ETH_ALEN]; member 120 u8 eth_dst[ETH_ALEN]; member 153 u8 eth_dst[ETH_ALEN]; member 359 ETH_ALEN, entry->key.term_mac.eth_dst)) in ofdpa_cmd_flow_tbl_add_term_mac() 410 ETH_ALEN, entry->key.bridge.eth_dst)) in ofdpa_cmd_flow_tbl_add_bridge() 455 ETH_ALEN, entry->key.acl.eth_dst)) in ofdpa_cmd_flow_tbl_add_acl() 607 if (!is_zero_ether_addr(entry->l2_rewrite.eth_dst) && in ofdpa_cmd_group_tbl_add_l2_rewrite() [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | skf_net_off.c | 120 const char eth_dst[] = { 0x02, 0x00, 0x00, 0x00, 0x00, 0x01 }; in tun_write() local 132 memcpy(eth.h_dest, eth_dst, sizeof(eth_dst)); in tun_write()
|
| /linux/net/sched/ |
| H A D | act_ife.c | 590 ether_addr_copy(p->eth_dst, daddr); in tcf_ife_init() 592 eth_zero_addr(p->eth_dst); in tcf_ife_init() 669 if (!is_zero_ether_addr(p->eth_dst)) { in tcf_ife_dump() 670 if (nla_put(skb, TCA_IFE_DMAC, ETH_ALEN, p->eth_dst)) in tcf_ife_dump() 857 if (!is_zero_ether_addr(p->eth_dst)) in tcf_ife_encode() 858 ether_addr_copy(oethh->h_dest, p->eth_dst); in tcf_ife_encode()
|
| /linux/include/net/tc_act/ |
| H A D | tc_ife.h | 12 u8 eth_dst[ETH_ALEN]; member
|
| /linux/include/uapi/linux/ |
| H A D | openvswitch.h | 441 __u8 eth_dst[ETH_ALEN]; member
|
| /linux/net/openvswitch/ |
| H A D | actions.c | 239 ether_addr_copy_masked(eth_hdr(skb)->h_dest, key->eth_dst, in set_eth_addr() 240 mask->eth_dst); in set_eth_addr() 271 err = skb_eth_push(skb, ethh->addresses.eth_dst, in push_eth()
|
| H A D | flow_netlink.c | 1503 eth_key->eth_dst, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 2042 ether_addr_copy(eth_key->eth_dst, output->eth.dst); in __ovs_nla_put_key()
|