Lines Matching refs:ETH_ALEN

48 			u8 eth_dst[ETH_ALEN];
49 u8 eth_dst_mask[ETH_ALEN];
63 u8 eth_dst[ETH_ALEN];
64 u8 eth_dst_mask[ETH_ALEN];
76 u8 eth_src[ETH_ALEN];
77 u8 eth_src_mask[ETH_ALEN];
78 u8 eth_dst[ETH_ALEN];
79 u8 eth_dst_mask[ETH_ALEN];
113 u8 eth_src[ETH_ALEN];
114 u8 eth_dst[ETH_ALEN];
119 u8 eth_src[ETH_ALEN];
120 u8 eth_dst[ETH_ALEN];
135 u8 addr[ETH_ALEN];
153 u8 eth_dst[ETH_ALEN];
207 static const u8 zero_mac[ETH_ALEN] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
208 static const u8 ff_mac[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
209 static const u8 ll_mac[ETH_ALEN] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 };
210 static const u8 ll_mask[ETH_ALEN] = { 0xff, 0xff, 0xff, 0xff, 0xff, 0xf0 };
211 static const u8 mcast_mac[ETH_ALEN] = { 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 };
212 static const u8 ipv4_mcast[ETH_ALEN] = { 0x01, 0x00, 0x5e, 0x00, 0x00, 0x00 };
213 static const u8 ipv4_mask[ETH_ALEN] = { 0xff, 0xff, 0xff, 0x80, 0x00, 0x00 };
214 static const u8 ipv6_mcast[ETH_ALEN] = { 0x33, 0x33, 0x00, 0x00, 0x00, 0x00 };
215 static const u8 ipv6_mask[ETH_ALEN] = { 0xff, 0xff, 0x00, 0x00, 0x00, 0x00 };
359 ETH_ALEN, entry->key.term_mac.eth_dst))
362 ETH_ALEN, entry->key.term_mac.eth_dst_mask))
410 ETH_ALEN, entry->key.bridge.eth_dst))
414 ETH_ALEN, entry->key.bridge.eth_dst_mask))
449 ETH_ALEN, entry->key.acl.eth_src))
452 ETH_ALEN, entry->key.acl.eth_src_mask))
455 ETH_ALEN, entry->key.acl.eth_dst))
458 ETH_ALEN, entry->key.acl.eth_dst_mask))
605 ETH_ALEN, entry->l2_rewrite.eth_src))
609 ETH_ALEN, entry->l2_rewrite.eth_dst))
651 ETH_ALEN, entry->l3_unicast.eth_src))
655 ETH_ALEN, entry->l3_unicast.eth_dst))
1815 u8 addr[ETH_ALEN];