Home
last modified time | relevance | path

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

12

/linux/samples/bpf/
A Dparse_simple.c20 struct eth_hdr { struct
30 struct eth_hdr *eth = data; in handle_ingress() argument
A 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;
A 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;
A Dxdpsock_user.c757 struct ethhdr *eth_hdr = (struct ethhdr *)pkt_data; in gen_eth_hdr_data() local
/linux/drivers/net/ethernet/marvell/octeontx2/nic/
A Dotx2_flows.c770 struct ethhdr *eth_hdr = &fsp->h_u.ether_spec; in otx2_prepare_flow_request() local
877 struct ethhdr *eth_hdr = &fsp->h_u.ether_spec; in otx2_is_flow_rule_dmacfilter() local
962 struct ethhdr *eth_hdr; in otx2_add_flow_with_pfmac() local
994 struct ethhdr *eth_hdr; in otx2_add_flow() local
1119 struct ethhdr *eth_hdr; in otx2_update_rem_pfmac() local
1160 struct ethhdr *eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_remove_flow() local
1383 struct ethhdr *eth_hdr; in otx2_dmacflt_reinstall_flows() local
/linux/drivers/scsi/qedf/
A Dqedf_fip.c124 struct ethhdr *eth_hdr; in qedf_fip_send() local
170 struct ethhdr *eth_hdr; in qedf_fip_recv() local
/linux/tools/testing/selftests/bpf/progs/
A 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;
A Dtest_l4lb.c164 struct eth_hdr { struct
165 unsigned char eth_dest[ETH_ALEN];
166 unsigned char eth_source[ETH_ALEN];
167 unsigned short eth_proto;
A Dtest_xdp_noinline.c210 struct eth_hdr { struct
218 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
/linux/include/linux/
A Dif_ether.h22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/linux/drivers/staging/ks7010/
A 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
1062 struct ether_hdr *eth_hdr; in hostif_data_request() local
/linux/drivers/scsi/fnic/
A Dfnic_fcs.c1026 struct ethhdr *eth_hdr; in fnic_eth_send() local
1080 struct ethhdr *eth_hdr; in fnic_send_frame() local
/linux/net/hsr/
A Dhsr_forward.c37 struct ethhdr *eth_hdr; in is_supervision_frame() local
/linux/tools/testing/selftests/bpf/
A Dxdpxceiver.c201 static void gen_eth_hdr(struct ifobject *ifobject, struct ethhdr *eth_hdr) in gen_eth_hdr()
565 struct ethhdr *eth_hdr; in pkt_generate() local
/linux/net/bridge/
A Dbr_cfm.c169 struct ethhdr *eth_hdr; in ccm_frame_build() local
A Dbr_mrp.c136 struct ethhdr *eth_hdr; in br_mrp_skb_alloc() local
/linux/drivers/net/wireless/marvell/mwifiex/
A Dmain.c793 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_bypass_tx_queue() local
A Dwmm.c833 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_wmm_add_buf_txqueue() local
/linux/drivers/net/ethernet/intel/ice/
A Dice_protocol_type.h189 struct ice_ether_hdr eth_hdr; member
/linux/drivers/net/ethernet/altera/
A Daltera_tse_main.c355 struct ethhdr *eth_hdr; in tse_rx_vlan() local
/linux/drivers/net/wireless/ath/ath6kl/
A Dtxrx.c46 struct ethhdr *eth_hdr; in ath6kl_ibss_map_epid() local
A 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/drivers/net/ethernet/intel/fm10k/
A Dfm10k_main.c672 struct ethhdr *eth_hdr; in fm10k_tx_encap_offload() local
/linux/drivers/scsi/bnx2fc/
A Dbnx2fc_fcoe.c1111 struct ethhdr *eth_hdr; in bnx2fc_fip_send() local
/linux/drivers/net/ethernet/hisilicon/hns/
A Dhns_enet.c1930 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in hns_nic_select_queue() local

Completed in 91 milliseconds

12