Home
last modified time | relevance | path

Searched defs:eth_hdr (Results 1 – 25 of 52) sorted by relevance

123

/kernel/linux/linux-4.19/samples/bpf/
Dparse_simple.c20 struct eth_hdr { struct
30 struct eth_hdr *eth = data; in handle_ingress() argument
Dtest_cgrp2_tc_kern.c16 struct eth_hdr { struct
17 unsigned char h_dest[ETH_ALEN];
18 unsigned char h_source[ETH_ALEN];
19 unsigned short h_proto;
Dtc_l2_redirect_kern.c34 struct eth_hdr { struct
35 unsigned char h_dest[ETH_ALEN];
36 unsigned char h_source[ETH_ALEN];
37 unsigned short h_proto;
/kernel/linux/linux-5.10/samples/bpf/
Dparse_simple.c20 struct eth_hdr { struct
30 struct eth_hdr *eth = data; in handle_ingress() argument
Dtest_cgrp2_tc_kern.c16 struct eth_hdr { struct
17 unsigned char h_dest[ETH_ALEN];
18 unsigned char h_source[ETH_ALEN];
19 unsigned short h_proto;
Dtc_l2_redirect_kern.c34 struct eth_hdr { struct
35 unsigned char h_dest[ETH_ALEN];
36 unsigned char h_source[ETH_ALEN];
37 unsigned short h_proto;
/kernel/linux/linux-4.19/drivers/scsi/qedf/
Dqedf_fip.c113 struct ethhdr *eth_hdr; in qedf_fip_send() local
151 struct ethhdr *eth_hdr; in qedf_fip_recv() local
/kernel/linux/linux-5.10/drivers/scsi/qedf/
Dqedf_fip.c124 struct ethhdr *eth_hdr; in qedf_fip_send() local
170 struct ethhdr *eth_hdr; in qedf_fip_recv() local
/kernel/linux/linux-4.19/tools/testing/selftests/bpf/
Dtest_l4lb_noinline.c162 struct eth_hdr { struct
163 unsigned char eth_dest[ETH_ALEN];
164 unsigned char eth_source[ETH_ALEN];
165 unsigned short eth_proto;
Dtest_l4lb.c166 struct eth_hdr { struct
167 unsigned char eth_dest[ETH_ALEN];
168 unsigned char eth_source[ETH_ALEN];
169 unsigned short eth_proto;
Dtest_xdp_noinline.c221 struct eth_hdr { struct
229 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
Dtest_l4lb.c166 struct eth_hdr { struct
167 unsigned char eth_dest[ETH_ALEN];
168 unsigned char eth_source[ETH_ALEN];
169 unsigned short eth_proto;
Dtest_l4lb_noinline.c160 struct eth_hdr { struct
161 unsigned char eth_dest[ETH_ALEN];
162 unsigned char eth_source[ETH_ALEN];
163 unsigned short eth_proto;
Dtest_xdp_noinline.c210 struct eth_hdr { struct
218 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
/kernel/linux/linux-4.19/include/linux/
Dif_ether.h26 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/kernel/linux/linux-5.10/include/linux/
Dif_ether.h22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/kernel/linux/linux-4.19/drivers/net/wimax/i2400m/
Dnetdev.c423 struct ethhdr *eth_hdr = _eth_hdr; in i2400m_rx_fake_eth_header() local
/kernel/linux/linux-5.10/drivers/net/wimax/i2400m/
Dnetdev.c408 struct ethhdr *eth_hdr = _eth_hdr; in i2400m_rx_fake_eth_header() local
/kernel/linux/linux-5.10/drivers/staging/ks7010/
Dks_hostif.c337 struct ether_hdr *eth_hdr; in hostif_data_indication_wpa() local
422 struct ether_hdr *eth_hdr; in hostif_data_indication() local
1066 struct ether_hdr *eth_hdr; in hostif_data_request() local
/kernel/linux/linux-4.19/drivers/staging/ks7010/
Dks_hostif.c275 struct ether_hdr *eth_hdr; in hostif_data_indication_wpa() local
356 struct ether_hdr *eth_hdr; in hostif_data_indication() local
1005 struct ether_hdr *eth_hdr; in hostif_data_request() local
/kernel/linux/linux-5.10/drivers/scsi/fnic/
Dfnic_fcs.c1024 struct ethhdr *eth_hdr; in fnic_eth_send() local
1078 struct ethhdr *eth_hdr; in fnic_send_frame() local
/kernel/linux/linux-5.10/net/hsr/
Dhsr_forward.c37 struct ethhdr *eth_hdr; in is_supervision_frame() local
/kernel/linux/linux-4.19/drivers/scsi/fnic/
Dfnic_fcs.c1018 struct ethhdr *eth_hdr; in fnic_eth_send() local
1074 struct ethhdr *eth_hdr; in fnic_send_frame() local
/kernel/linux/linux-5.10/net/bridge/
Dbr_mrp.c129 struct ethhdr *eth_hdr; in br_mrp_skb_alloc() local
/kernel/linux/linux-4.19/drivers/net/wireless/marvell/mwifiex/
Dmain.c772 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_bypass_tx_queue() local

123