Home
last modified time | relevance | path

Searched defs:eth_header (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/include/net/
H A Deth.h38 struct eth_header { struct
39 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 */
/openbmc/linux/net/ethernet/
H A Deth.c79 int eth_header(struct sk_buff *skb, struct net_device *dev, in eth_header() function
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxskxceiver.c785 static void pkt_dump(void *pkt, u32 len, bool eth_header) in pkt_dump()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Dmain.c825 struct _rule_hw *eth_header) in mlx4_handle_eth_header_mcast_prio()
H A Dresource_tracker.c4200 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