Home
last modified time | relevance | path

Searched refs:eth_dst_mask (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/rocker/
Drocker.c73 u8 eth_dst_mask[ETH_ALEN]; member
88 u8 eth_dst_mask[ETH_ALEN]; member
103 u8 eth_dst_mask[ETH_ALEN]; member
1974 ETH_ALEN, entry->key.term_mac.eth_dst_mask)) in rocker_cmd_flow_tbl_add_term_mac()
2026 ETH_ALEN, entry->key.bridge.eth_dst_mask)) in rocker_cmd_flow_tbl_add_bridge()
2070 ETH_ALEN, entry->key.acl.eth_dst_mask)) in rocker_cmd_flow_tbl_add_acl()
2559 const u8 *eth_dst_mask, __be16 vlan_id, in rocker_flow_tbl_term_mac() argument
2584 ether_addr_copy(entry->key.term_mac.eth_dst_mask, eth_dst_mask); in rocker_flow_tbl_term_mac()
2594 const u8 *eth_dst, const u8 *eth_dst_mask, in rocker_flow_tbl_bridge() argument
2602 bool dflt = !eth_dst || (eth_dst && eth_dst_mask); in rocker_flow_tbl_bridge()
[all …]