| /linux-6.15/drivers/scsi/qedf/ |
| H A D | qedf_fip.c | 124 struct ethhdr *eth_hdr; in qedf_fip_send() local 137 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in qedf_fip_send() 151 "dest=%pM op=%x sub=%x vlan=%04x.", eth_hdr->h_dest, op, sub, in qedf_fip_send() 170 struct ethhdr *eth_hdr; in qedf_fip_recv() local 186 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in qedf_fip_recv() 193 skb, fiph, eth_hdr->h_source, eth_hdr->h_dest, op, in qedf_fip_recv() 199 if (!ether_addr_equal(eth_hdr->h_dest, qedf->mac) && in qedf_fip_recv() 200 !ether_addr_equal(eth_hdr->h_dest, fcoe_all_enode) && in qedf_fip_recv() 201 !ether_addr_equal(eth_hdr->h_dest, qedf->data_src_addr)) { in qedf_fip_recv() 204 op, eth_hdr->h_dest, qedf->mac, in qedf_fip_recv()
|
| /linux-6.15/net/hsr/ |
| H A D | hsr_forward.c | 37 struct ethhdr *eth_hdr; in is_supervision_frame() local 47 if (!ether_addr_equal(eth_hdr->h_dest, in is_supervision_frame() 53 eth_hdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame() 124 struct ethhdr *eth_hdr; in is_proxy_supervision_frame() local 130 if (eth_hdr->h_proto == htons(ETH_P_HSR)) in is_proxy_supervision_frame() 174 skb->protocol = eth_hdr(skb)->h_proto; in create_stripped_skb_hsr() 260 skb->protocol = eth_hdr(skb)->h_proto; in prp_fill_rct() 427 ether_addr_copy(eth_hdr(skb)->h_source, in hsr_xmit() 462 eth_hdr(skb)->h_dest)) { in hsr_drop_frame() 475 eth_hdr(skb)->h_dest)) { in hsr_drop_frame() [all …]
|
| H A D | hsr_slave.c | 45 if (hsr_addr_is_self(port->hsr, eth_hdr(skb)->h_source)) { in hsr_handle_frame() 55 protocol = eth_hdr(skb)->h_proto; in hsr_handle_frame()
|
| /linux-6.15/net/bridge/netfilter/ |
| H A D | ebt_log.c | 89 eth_hdr(skb)->h_source, eth_hdr(skb)->h_dest, in ebt_log_packet() 90 ntohs(eth_hdr(skb)->h_proto)); in ebt_log_packet() 97 if ((bitmask & EBT_LOG_IP) && eth_hdr(skb)->h_proto == in ebt_log_packet() 114 if ((bitmask & EBT_LOG_IP6) && eth_hdr(skb)->h_proto == in ebt_log_packet() 139 ((eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) || in ebt_log_packet() 140 (eth_hdr(skb)->h_proto == htons(ETH_P_RARP)))) { in ebt_log_packet()
|
| H A D | nft_reject_bridge.c | 30 ether_addr_copy(eth->h_source, eth_hdr(oldskb)->h_dest); in nft_reject_br_push_etherhdr() 31 ether_addr_copy(eth->h_dest, eth_hdr(oldskb)->h_source); in nft_reject_br_push_etherhdr() 32 eth->h_proto = eth_hdr(oldskb)->h_proto; in nft_reject_br_push_etherhdr() 115 const unsigned char *dest = eth_hdr(pkt->skb)->h_dest; in nft_reject_bridge_eval() 121 switch (eth_hdr(pkt->skb)->h_proto) { in nft_reject_bridge_eval()
|
| H A D | ebt_among.c | 73 if (eth_hdr(skb)->h_proto == htons(ETH_P_IP)) { in get_ip_dst() 81 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_dst() 104 if (eth_hdr(skb)->h_proto == htons(ETH_P_IP)) { in get_ip_src() 112 } else if (eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in get_ip_src() 144 smac = eth_hdr(skb)->h_source; in ebt_among_mt() 159 dmac = eth_hdr(skb)->h_dest; in ebt_among_mt()
|
| H A D | ebt_redirect.c | 29 ether_addr_copy(eth_hdr(skb)->h_dest, in ebt_redirect_tg() 32 ether_addr_copy(eth_hdr(skb)->h_dest, xt_in(par)->dev_addr); in ebt_redirect_tg()
|
| H A D | ebt_snat.c | 28 ether_addr_copy(eth_hdr(skb)->h_source, info->mac); in ebt_snat_tg() 30 eth_hdr(skb)->h_proto == htons(ETH_P_ARP)) { in ebt_snat_tg()
|
| /linux-6.15/net/bridge/ |
| H A D | br_input.c | 116 br_fdb_find_rcu(br, eth_hdr(skb)->h_source, vid); in br_handle_frame_finish() 123 br_fdb_update(br, p, eth_hdr(skb)->h_source, in br_handle_frame_finish() 134 br_fdb_update(br, p, eth_hdr(skb)->h_source, vid, in br_handle_frame_finish() 144 br_fdb_update(br, p, eth_hdr(skb)->h_source, vid, 0); in br_handle_frame_finish() 149 if (is_multicast_ether_addr(eth_hdr(skb)->h_dest)) { in br_handle_frame_finish() 151 if (is_broadcast_ether_addr(eth_hdr(skb)->h_dest)) { in br_handle_frame_finish() 190 br_multicast_querier_exists(brmctx, eth_hdr(skb), mdst)) { in br_handle_frame_finish() 203 dst = br_fdb_find_rcu(br, eth_hdr(skb)->h_dest, vid); in br_handle_frame_finish() 246 br_fdb_update(p->br, p, eth_hdr(skb)->h_source, vid, 0); in __br_handle_local_finish() 335 const unsigned char *dest = eth_hdr(skb)->h_dest; in br_handle_frame() [all …]
|
| H A D | br_cfm.c | 169 struct ethhdr *eth_hdr; in ccm_frame_build() local 197 eth_hdr = skb_put(skb, sizeof(*eth_hdr)); in ccm_frame_build() 198 ether_addr_copy(eth_hdr->h_dest, tx_info->dmac.addr); in ccm_frame_build() 199 ether_addr_copy(eth_hdr->h_source, mep->config.unicast_mac.addr); in ccm_frame_build() 200 eth_hdr->h_proto = htons(ETH_P_CFM); in ccm_frame_build()
|
| H A D | br_arp_nd_proxy.c | 280 daddr = eth_hdr(request)->h_source; in br_nd_send() 297 ether_addr_copy(eth_hdr(reply)->h_dest, daddr); in br_nd_send() 298 ether_addr_copy(eth_hdr(reply)->h_source, n->ha); in br_nd_send() 299 eth_hdr(reply)->h_proto = htons(ETH_P_IPV6); in br_nd_send()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | test_xdp_noinline.c | 211 struct eth_hdr { struct 283 struct eth_hdr *new_eth; in encap_v6() 284 struct eth_hdr *old_eth; in encap_v6() 336 struct eth_hdr *new_eth; in encap_v4() 337 struct eth_hdr *old_eth; in encap_v4() 391 struct eth_hdr *eth; in swap_mac_and_send() 410 if (data + sizeof(struct eth_hdr) in send_icmp_reply() 413 off += sizeof(struct eth_hdr); in send_icmp_reply() 443 off += sizeof(struct eth_hdr); in send_icmp6_reply() 778 struct eth_hdr *eth = data; in balancer_ingress_v4() [all …]
|
| H A D | test_l4lb_noinline_dynptr.c | 162 struct eth_hdr { struct 328 struct eth_hdr *eth, __u64 off, in process_packet() 460 __u8 buffer[sizeof(struct eth_hdr)] = {}; in balancer_ingress() 462 struct eth_hdr *eth; in balancer_ingress() 467 nh_off = sizeof(struct eth_hdr); in balancer_ingress()
|
| /linux-6.15/net/ipv6/netfilter/ |
| H A D | ip6t_eui64.c | 33 if (eth_hdr(skb)->h_proto == htons(ETH_P_IPV6)) { in eui64_mt6() 35 memcpy(eui64, eth_hdr(skb)->h_source, 3); in eui64_mt6() 36 memcpy(eui64 + 5, eth_hdr(skb)->h_source + 3, 3); in eui64_mt6()
|
| /linux-6.15/net/sched/ |
| H A D | act_skbmod.c | 70 ether_addr_copy(eth_hdr(skb)->h_dest, p->eth_dst); in tcf_skbmod_act() 72 ether_addr_copy(eth_hdr(skb)->h_source, p->eth_src); in tcf_skbmod_act() 74 eth_hdr(skb)->h_proto = p->eth_type; in tcf_skbmod_act() 79 ether_addr_copy((u8 *)tmpaddr, eth_hdr(skb)->h_dest); in tcf_skbmod_act() 80 ether_addr_copy(eth_hdr(skb)->h_dest, eth_hdr(skb)->h_source); in tcf_skbmod_act() 81 ether_addr_copy(eth_hdr(skb)->h_source, (u8 *)tmpaddr); in tcf_skbmod_act()
|
| /linux-6.15/samples/bpf/ |
| H A D | tc_l2_redirect_kern.c | 34 struct eth_hdr { struct 62 struct eth_hdr *eth = data; in _l2_to_iptun_ingress_forward() 111 struct eth_hdr *eth = data; in _l2_to_iptun_ingress_redirect() 150 struct eth_hdr *eth = data; in _l2_to_ip6tun_ingress_redirect() 204 struct eth_hdr *eth = data; in _drop_non_tun_vip()
|
| H A D | parse_simple.c | 20 struct eth_hdr { struct 30 struct eth_hdr *eth = data; in handle_ingress() argument
|
| /linux-6.15/drivers/net/ethernet/marvell/octeontx2/nic/ |
| H A D | otx2_flows.c | 845 if (eth_hdr->h_proto) { in otx2_prepare_flow_request() 846 memcpy(&pkt->etype, ð_hdr->h_proto, in otx2_prepare_flow_request() 967 is_valid_ether_addr(eth_hdr->h_dest)) in otx2_is_flow_rule_dmacfilter() 1064 struct ethhdr *eth_hdr; in otx2_add_flow_with_pfmac() local 1082 otx2_dmacflt_add(pfvf, eth_hdr->h_dest, 0); in otx2_add_flow_with_pfmac() 1096 struct ethhdr *eth_hdr; in otx2_add_flow() local 1148 eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_add_flow() 1239 struct ethhdr *eth_hdr; in otx2_update_rem_pfmac() local 1251 ether_addr_copy(eth_hdr->h_dest, in otx2_update_rem_pfmac() 1512 struct ethhdr *eth_hdr; in otx2_dmacflt_reinstall_flows() local [all …]
|
| /linux-6.15/net/netfilter/ |
| H A D | nft_reject_netdev.c | 22 eth_hdr(oldskb)->h_source, eth_hdr(oldskb)->h_dest, in nft_reject_queue_xmit() 88 struct ethhdr *eth = eth_hdr(pkt->skb); in nft_reject_netdev_eval()
|
| /linux-6.15/net/netfilter/ipset/ |
| H A D | ip_set_hash_ipmac.c | 97 ether_addr_copy(e.ether, eth_hdr(skb)->h_source); in hash_ipmac4_kadt() 99 ether_addr_copy(e.ether, eth_hdr(skb)->h_dest); in hash_ipmac4_kadt() 213 ether_addr_copy(e.ether, eth_hdr(skb)->h_source); in hash_ipmac6_kadt() 215 ether_addr_copy(e.ether, eth_hdr(skb)->h_dest); in hash_ipmac6_kadt()
|
| H A D | ip_set_hash_mac.c | 85 ether_addr_copy(e.ether, eth_hdr(skb)->h_source); in hash_mac4_kadt() 87 ether_addr_copy(e.ether, eth_hdr(skb)->h_dest); in hash_mac4_kadt()
|
| /linux-6.15/net/dsa/ |
| H A D | tag_sja1105.c | 80 const struct ethhdr *hdr = eth_hdr(skb); in sja1105_is_link_local() 126 const struct ethhdr *hdr = eth_hdr(skb); in sja1105_is_meta_frame() 349 struct ethhdr *hdr = eth_hdr(skb); in sja1105_transfer_meta() 464 u16 tpid = ntohs(eth_hdr(skb)->h_proto); in sja1105_skb_has_tag_8021q() 472 return ntohs(eth_hdr(skb)->h_proto) == ETH_P_SJA1110; in sja1110_skb_has_inband_control_extension() 484 hdr = eth_hdr(skb); in sja1105_rcv()
|
| /linux-6.15/drivers/net/wireless/ath/ath6kl/ |
| H A D | wmi.c | 163 struct ethhdr *eth_hdr; in ath6kl_wmi_dix_2_dot3() local 177 type = eth_hdr->h_proto; in ath6kl_wmi_dix_2_dot3() 192 memcpy(datap, eth_hdr, sizeof(*eth_hdr)); in ath6kl_wmi_dix_2_dot3() 392 struct ethhdr eth_hdr; in ath6kl_wmi_dot11_hdr_remove() local 419 memset(ð_hdr, 0, sizeof(eth_hdr)); in ath6kl_wmi_dot11_hdr_remove() 420 eth_hdr.h_proto = llc_hdr->eth_type; in ath6kl_wmi_dot11_hdr_remove() 441 skb_push(skb, sizeof(eth_hdr)); in ath6kl_wmi_dot11_hdr_remove() 445 memcpy(datap, ð_hdr, sizeof(eth_hdr)); in ath6kl_wmi_dot11_hdr_remove() 457 struct ethhdr eth_hdr; in ath6kl_wmi_dot3_2_dix() local 465 memcpy(ð_hdr, datap, sizeof(eth_hdr)); in ath6kl_wmi_dot3_2_dix() [all …]
|
| /linux-6.15/net/batman-adv/ |
| H A D | routing.c | 187 ethhdr = eth_hdr(skb); in batadv_check_management_packet() 353 ethhdr = eth_hdr(skb); in batadv_recv_icmp_packet() 380 ethhdr = eth_hdr(skb); in batadv_recv_icmp_packet() 450 ethhdr = eth_hdr(skb); in batadv_check_unicast_packet() 662 struct ethhdr *ethhdr = eth_hdr(skb); in batadv_route_unicast_packet() 978 orig_addr_gw = eth_hdr(skb)->h_source; in batadv_recv_unicast_packet() 1181 ethhdr = eth_hdr(skb); in batadv_recv_bcast_packet()
|
| /linux-6.15/include/linux/ |
| H A D | if_ether.h | 25 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
|