Searched refs:eth_src (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
D | openvswitch.h | 366 __u8 eth_src[ETH_ALEN]; member
|
/linux-4.1.27/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 1942 ETH_ALEN, entry->key.acl.eth_src)) in rocker_cmd_flow_tbl_add_acl() 2098 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && in rocker_cmd_group_tbl_add_l2_rewrite() 2100 ETH_ALEN, entry->l2_rewrite.eth_src)) in rocker_cmd_group_tbl_add_l2_rewrite() 2144 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && in rocker_cmd_group_tbl_add_l3_unicast() 2146 ETH_ALEN, entry->l3_unicast.eth_src)) in rocker_cmd_group_tbl_add_l3_unicast() 2559 const u8 *eth_src, const u8 *eth_src_mask, in rocker_flow_tbl_acl() argument 2587 if (eth_src) in rocker_flow_tbl_acl() [all …]
|
/linux-4.1.27/net/batman-adv/ |
D | network-coding.c | 1299 uint8_t *eth_src, in batadv_nc_skb_src_search() argument 1306 orig_node = batadv_orig_hash_find(bat_priv, eth_src); in batadv_nc_skb_src_search() 1315 out_nc_node->addr, eth_src)) in batadv_nc_skb_src_search()
|
/linux-4.1.27/net/openvswitch/ |
D | actions.c | 264 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, in set_eth_addr() 265 mask->eth_src); in set_eth_addr()
|
D | flow_netlink.c | 789 eth_key->eth_src, ETH_ALEN, is_mask); in ovs_key_from_nlattrs() 1322 ether_addr_copy(eth_key->eth_src, output->eth.src); in __ovs_nla_put_key()
|