Searched refs:_eth (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/net/netfilter/ |
H A D | nft_inner.c | 60 struct ethhdr *eth, _eth; in nft_inner_parse_l2l3() local 63 eth = skb_header_pointer(pkt->skb, off, sizeof(_eth), &_eth); in nft_inner_parse_l2l3() 71 hdrsize = sizeof(_eth); in nft_inner_parse_l2l3()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_flow.c | 171 struct ethhdr *eth, _eth; in parse_ip_proto() local 216 &_eth); in parse_ip_proto()
|
/openbmc/linux/net/core/ |
H A D | flow_dissector.c | 697 struct ethhdr _eth; in __skb_flow_dissect_gre() local 700 sizeof(_eth), in __skb_flow_dissect_gre() 701 data, *p_hlen, &_eth); in __skb_flow_dissect_gre()
|
/openbmc/linux/drivers/net/ethernet/mediatek/ |
H A D | mtk_eth_soc.c | 3167 static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) in mtk_handle_irq_rx() argument 3169 struct mtk_eth *eth = _eth; in mtk_handle_irq_rx() 3180 static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) in mtk_handle_irq_tx() argument 3182 struct mtk_eth *eth = _eth; in mtk_handle_irq_tx() 3193 static irqreturn_t mtk_handle_irq(int irq, void *_eth) in mtk_handle_irq() argument 3195 struct mtk_eth *eth = _eth; in mtk_handle_irq() 3202 mtk_handle_irq_rx(irq, _eth); in mtk_handle_irq() 3206 mtk_handle_irq_tx(irq, _eth); in mtk_handle_irq()
|