Searched refs:_eth (Results 1 - 4 of 4) sorted by relevance

/linux-master/net/netfilter/
H A Dnft_inner.c60 struct ethhdr *eth, _eth; local
63 eth = skb_header_pointer(pkt->skb, off, sizeof(_eth), &_eth);
71 hdrsize = sizeof(_eth);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dbpf_flow.c171 struct ethhdr *eth, _eth; local
216 &_eth);
/linux-master/net/core/
H A Dflow_dissector.c697 struct ethhdr _eth; local
700 sizeof(_eth),
701 data, *p_hlen, &_eth);
/linux-master/drivers/net/ethernet/mediatek/
H A Dmtk_eth_soc.c3171 static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) argument
3173 struct mtk_eth *eth = _eth;
3184 static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) argument
3186 struct mtk_eth *eth = _eth;
3197 static irqreturn_t mtk_handle_irq(int irq, void *_eth) argument
3199 struct mtk_eth *eth = _eth;
3206 mtk_handle_irq_rx(irq, _eth);
3210 mtk_handle_irq_tx(irq, _eth);

Completed in 154 milliseconds