Searched refs:_eth (Results 1 – 4 of 4) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nft_inner.c | 67 struct ethhdr *eth, _eth; in nft_inner_parse_l2l3() 70 eth = skb_header_pointer(pkt->skb, off, sizeof(_eth), &_eth); in nft_inner_parse_l2l3() 78 hdrsize = sizeof(_eth); in nft_inner_parse_l2l3() 60 struct ethhdr *eth, _eth; nft_inner_parse_l2l3() local
|
| /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()
|
| /linux/net/core/ |
| H A D | flow_dissector.c | 721 struct ethhdr _eth; in __skb_flow_dissect_gre() local 724 sizeof(_eth), in __skb_flow_dissect_gre() 725 data, *p_hlen, &_eth); in __skb_flow_dissect_gre()
|
| /linux/drivers/net/ethernet/mediatek/ |
| H A D | mtk_eth_soc.c | 3396 static irqreturn_t mtk_handle_irq_rx(int irq, void *_eth) in mtk_handle_irq_rx() argument 3398 struct mtk_eth *eth = _eth; in mtk_handle_irq_rx() 3409 static irqreturn_t mtk_handle_irq_tx(int irq, void *_eth) in mtk_handle_irq_tx() argument 3411 struct mtk_eth *eth = _eth; in mtk_handle_irq_tx() 3422 static irqreturn_t mtk_handle_irq(int irq, void *_eth) in mtk_handle_irq() argument 3424 struct mtk_eth *eth = _eth; in mtk_handle_irq() 3431 mtk_handle_irq_rx(irq, _eth); in mtk_handle_irq() 3435 mtk_handle_irq_tx(irq, _eth); in mtk_handle_irq()
|