Searched refs:eth_src (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/rocker/
H A Drocker.c100 u8 eth_src[ETH_ALEN]; member in struct:rocker_flow_tbl_key::__anon7262::__anon7268
136 u8 eth_src[ETH_ALEN]; member in struct:rocker_group_tbl_entry::__anon7269::__anon7271
142 u8 eth_src[ETH_ALEN]; member in struct:rocker_group_tbl_entry::__anon7269::__anon7272
1942 ETH_ALEN, entry->key.acl.eth_src)) rocker_cmd_flow_tbl_add_acl()
2098 if (!is_zero_ether_addr(entry->l2_rewrite.eth_src) && rocker_cmd_group_tbl_add_l2_rewrite()
2100 ETH_ALEN, entry->l2_rewrite.eth_src)) rocker_cmd_group_tbl_add_l2_rewrite()
2144 if (!is_zero_ether_addr(entry->l3_unicast.eth_src) && rocker_cmd_group_tbl_add_l3_unicast()
2146 ETH_ALEN, entry->l3_unicast.eth_src)) rocker_cmd_group_tbl_add_l3_unicast()
2559 const u8 *eth_src, const u8 *eth_src_mask, rocker_flow_tbl_acl()
2587 if (eth_src) rocker_flow_tbl_acl()
2588 ether_addr_copy(entry->key.acl.eth_src, eth_src); rocker_flow_tbl_acl()
2773 ether_addr_copy(entry->l3_unicast.eth_src, src_mac); rocker_group_l3_unicast()
3158 u8 *eth_src = NULL; rocker_port_ctrl_vlan_acl() local
3170 eth_src, eth_src_mask, rocker_port_ctrl_vlan_acl()
2556 rocker_flow_tbl_acl(struct rocker_port *rocker_port, int flags, u32 in_pport, u32 in_pport_mask, const u8 *eth_src, const u8 *eth_src_mask, const u8 *eth_dst, const u8 *eth_dst_mask, __be16 eth_type, __be16 vlan_id, __be16 vlan_id_mask, u8 ip_proto, u8 ip_proto_mask, u8 ip_tos, u8 ip_tos_mask, u32 group_id) rocker_flow_tbl_acl() argument
/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c1290 * @eth_src: source mac address of skb
1299 uint8_t *eth_src, batadv_nc_skb_src_search()
1306 orig_node = batadv_orig_hash_find(bat_priv, eth_src); batadv_nc_skb_src_search()
1315 out_nc_node->addr, eth_src)) batadv_nc_skb_src_search()
1296 batadv_nc_skb_src_search(struct batadv_priv *bat_priv, struct sk_buff *skb, uint8_t *eth_dst, uint8_t *eth_src, struct batadv_nc_node *in_nc_node) batadv_nc_skb_src_search() argument
/linux-4.1.27/net/openvswitch/
H A Dactions.c264 ether_addr_copy_masked(eth_hdr(skb)->h_source, key->eth_src, set_eth_addr()
265 mask->eth_src); set_eth_addr()
H A Dflow_netlink.c789 eth_key->eth_src, ETH_ALEN, is_mask); ovs_key_from_nlattrs()
1322 ether_addr_copy(eth_key->eth_src, output->eth.src); __ovs_nla_put_key()
/linux-4.1.27/include/uapi/linux/
H A Dopenvswitch.h366 __u8 eth_src[ETH_ALEN]; member in struct:ovs_key_ethernet

Completed in 147 milliseconds