Home
last modified time | relevance | path

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

12

/linux-6.14.4/samples/bpf/
Dparse_simple.c20 struct eth_hdr { struct
30 struct eth_hdr *eth = data; in handle_ingress() argument
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-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_flows.c824 struct ethhdr *eth_hdr = &fsp->h_u.ether_spec; in otx2_prepare_flow_request() local
951 struct ethhdr *eth_hdr = &fsp->h_u.ether_spec; in otx2_is_flow_rule_dmacfilter() local
1063 struct ethhdr *eth_hdr; in otx2_add_flow_with_pfmac() local
1095 struct ethhdr *eth_hdr; in otx2_add_flow() local
1238 struct ethhdr *eth_hdr; in otx2_update_rem_pfmac() local
1280 struct ethhdr *eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_remove_flow() local
1511 struct ethhdr *eth_hdr; in otx2_dmacflt_reinstall_flows() local
/linux-6.14.4/tools/testing/selftests/bpf/progs/
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_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;
Dtest_l4lb_noinline_dynptr.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.c211 struct eth_hdr { struct
219 __u64 off = sizeof(struct eth_hdr); in calc_offset() argument
/linux-6.14.4/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
/linux-6.14.4/include/linux/
Dif_ether.h22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
/linux-6.14.4/net/hsr/
Dhsr_forward.c37 struct ethhdr *eth_hdr; in is_supervision_frame() local
124 struct ethhdr *eth_hdr; in is_proxy_supervision_frame() local
/linux-6.14.4/net/bridge/
Dbr_cfm.c169 struct ethhdr *eth_hdr; in ccm_frame_build() local
Dbr_mrp.c136 struct ethhdr *eth_hdr; in br_mrp_skb_alloc() local
/linux-6.14.4/drivers/net/wireless/marvell/mwifiex/
Dmain.c793 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_bypass_tx_queue() local
Dwmm.c817 struct ethhdr *eth_hdr = (struct ethhdr *)skb->data; in mwifiex_wmm_add_buf_txqueue() local
/linux-6.14.4/drivers/net/ethernet/altera/
Daltera_tse_main.c339 struct ethhdr *eth_hdr; in tse_rx_vlan() local
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/
Dmt76_connac_mac.c955 struct ethhdr *eth_hdr = (struct ethhdr *)(skb->data + hdr_offset); in mt76_connac2_reverse_frag0_hdr_trans() local
/linux-6.14.4/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-6.14.4/drivers/net/ethernet/intel/ice/
Dice_protocol_type.h428 struct ice_ether_hdr eth_hdr; member
Dice_switch.c2594 void ice_fill_eth_hdr(u8 *eth_hdr) in ice_fill_eth_hdr()
2615 u8 *eth_hdr; in ice_fill_sw_rule() local
Dice_lag.c215 u8 *eth_hdr; in ice_lag_cfg_fltr() local
/linux-6.14.4/drivers/net/ethernet/intel/fm10k/
Dfm10k_main.c679 struct ethhdr *eth_hdr; in fm10k_tx_encap_offload() local
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7925/
Dmac.c171 struct ethhdr *eth_hdr = (struct ethhdr *)(skb->data + hdr_gap); in mt7925_reverse_frag0_hdr_trans() local
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c1379 struct ethhdr *eth_hdr; in setup_pkt_tunnel_reformat() local
/linux-6.14.4/drivers/net/wireless/mediatek/mt76/mt7996/
Dmac.c210 struct ethhdr *eth_hdr = (struct ethhdr *)(skb->data + hdr_gap); in mt7996_reverse_frag0_hdr_trans() local

12