Home
last modified time | relevance | path

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

/Linux-v4.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;
/Linux-v4.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
/Linux-v4.19/tools/testing/selftests/bpf/
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.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_xdp_noinline.c221 struct eth_hdr { struct
229 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
/Linux-v4.19/include/linux/
Dif_ether.h26 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/Linux-v4.19/drivers/net/wimax/i2400m/
Dnetdev.c423 struct ethhdr *eth_hdr = _eth_hdr; in i2400m_rx_fake_eth_header() local
/Linux-v4.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
/Linux-v4.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
/Linux-v4.19/drivers/net/wireless/marvell/mwifiex/
Dmain.c772 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_bypass_tx_queue() local
Dwmm.c824 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_wmm_add_buf_txqueue() local
/Linux-v4.19/drivers/net/ethernet/altera/
Daltera_tse_main.c366 struct ethhdr *eth_hdr; in tse_rx_vlan() local
/Linux-v4.19/drivers/net/wireless/ath/ath6kl/
Dtxrx.c46 struct ethhdr *eth_hdr; in ath6kl_ibss_map_epid() local
Dwmi.c163 struct ethhdr *eth_hdr; in ath6kl_wmi_dix_2_dot3() local
392 struct ethhdr eth_hdr; in ath6kl_wmi_dot11_hdr_remove() local
457 struct ethhdr eth_hdr; in ath6kl_wmi_dot3_2_dix() local
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c688 struct ethhdr *eth_hdr; in fm10k_tx_encap_offload() local
/Linux-v4.19/drivers/net/ethernet/intel/ice/
Dice_switch.c467 u8 eth_hdr[DUMMY_ETH_HDR_LEN]; in ice_fill_sw_rule() local
/Linux-v4.19/drivers/scsi/bnx2fc/
Dbnx2fc_fcoe.c1116 struct ethhdr *eth_hdr; in bnx2fc_fip_send() local
/Linux-v4.19/drivers/net/ethernet/hisilicon/hns/
Dhns_enet.c1936 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in hns_nic_select_queue() local
/Linux-v4.19/drivers/s390/net/
Dqeth_l3_main.c2170 unsigned char eth_hdr[ETH_HLEN]; in qeth_l3_xmit_offload() local
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_io.c1170 struct ethhdr *eth_hdr; in qlcnic_check_rx_tagging() local
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore.c315 char *eth_hdr = skb_push(skb, MLXSW_EMAD_ETH_HDR_LEN); in mlxsw_emad_construct_eth_hdr() local
/Linux-v4.19/drivers/infiniband/hw/bnxt_re/
Dib_verbs.c2869 struct ethhdr *eth_hdr; in bnxt_re_is_loopback_packet() local
/Linux-v4.19/drivers/infiniband/hw/ocrdma/
Docrdma_sli.h1919 struct ocrdma_eth_vlan eth_hdr; member