Searched defs:eth_header (Results 1 – 5 of 5) sorted by relevance
38 struct eth_header { struct39 uint8_t h_dest[ETH_ALEN]; /* destination eth addr */40 uint8_t h_source[ETH_ALEN]; /* source ether addr */41 uint16_t h_proto; /* packet type ID field */
79 int eth_header(struct sk_buff *skb, struct net_device *dev, in eth_header() function
785 static void pkt_dump(void *pkt, u32 len, bool eth_header) in pkt_dump()
825 struct _rule_hw *eth_header) in mlx4_handle_eth_header_mcast_prio()
4200 static int validate_eth_header_mac(int slave, struct _rule_hw *eth_header, in validate_eth_header_mac()4232 struct mlx4_net_trans_rule_hw_eth *eth_header; in add_eth_header() local