Searched refs:eth_src (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/uapi/linux/ |
D | openvswitch.h | 378 __u8 eth_src[ETH_ALEN]; member
|
/linux-4.4.14/drivers/net/ethernet/rocker/ |
D | rocker.c | 100 u8 eth_src[ETH_ALEN]; member 136 u8 eth_src[ETH_ALEN]; member 142 u8 eth_src[ETH_ALEN]; member 2061 ETH_ALEN, entry->key.acl.eth_src)) in rocker_cmd_flow_tbl_add_acl() 2215 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in rocker_cmd_group_tbl_add_l2_rewrite() 2217 ETH_ALEN, entry->l2_rewrite.eth_src)) in rocker_cmd_group_tbl_add_l2_rewrite() 2261 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in rocker_cmd_group_tbl_add_l3_unicast() 2263 ETH_ALEN, entry->l3_unicast.eth_src)) in rocker_cmd_group_tbl_add_l3_unicast() 2675 const u8 *eth_src, const u8 *eth_src_mask, in rocker_flow_tbl_acl() argument 2702 if (eth_src) in rocker_flow_tbl_acl() [all …]
|
/linux-4.4.14/net/batman-adv/ |
D | network-coding.c | 1325 u8 *eth_src, in batadv_nc_skb_src_search() argument 1332 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1341 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 276 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 277 mask->eth_src); in set_eth_addr()
|
D | flow_netlink.c | 918 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 1463 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|