Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow.h242 struct arp_eth_header { struct
H A Dflow.c191 sizeof(struct arp_eth_header)); in arphdr_ok()
765 struct arp_eth_header *arp; in key_extract_l3l4()
768 arp = (struct arp_eth_header *)skb_network_header(skb); in key_extract_l3l4()
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-protocols/openflow/
H A Dopenflow_git.bb72 # lib/flow.c:213:48: error: initialization of 'const struct arp_eth_header *' from incompatible poi…