/openbmc/linux/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()
|
/openbmc/linux/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()
|
/openbmc/linux/net/bridge/ |
H A D | br_input.c | 113 br_fdb_find_rcu(br, eth_hdr(skb)->h_source, vid); in br_handle_frame_finish() 120 br_fdb_update(br, p, eth_hdr(skb)->h_source, in br_handle_frame_finish() 131 br_fdb_update(br, p, eth_hdr(skb)->h_source, vid, in br_handle_frame_finish() 141 br_fdb_update(br, p, eth_hdr(skb)->h_source, vid, 0); in br_handle_frame_finish() 146 if (is_multicast_ether_addr(eth_hdr(skb)->h_dest)) { in br_handle_frame_finish() 148 if (is_broadcast_ether_addr(eth_hdr(skb)->h_dest)) { in br_handle_frame_finish() 185 br_multicast_querier_exists(brmctx, eth_hdr(skb), mdst)) { in br_handle_frame_finish() 198 dst = br_fdb_find_rcu(br, eth_hdr(skb)->h_dest, vid); in br_handle_frame_finish() 241 br_fdb_update(p->br, p, eth_hdr(skb)->h_source, vid, 0); in __br_handle_local_finish() 329 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()
|
/openbmc/linux/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()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_xdp_noinline.c | 210 struct eth_hdr { struct 282 struct eth_hdr *new_eth; in encap_v6() 283 struct eth_hdr *old_eth; in encap_v6() 327 struct eth_hdr *new_eth; in encap_v4() 328 struct eth_hdr *old_eth; in encap_v4() 378 struct eth_hdr *eth; in swap_mac_and_send() 397 if (data + sizeof(struct eth_hdr) in send_icmp_reply() 400 off += sizeof(struct eth_hdr); in send_icmp_reply() 430 off += sizeof(struct eth_hdr); in send_icmp6_reply() 762 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()
|
/openbmc/linux/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()
|
/openbmc/linux/samples/bpf/ |
H A D | tc_l2_redirect_kern.c | 34 struct eth_hdr { struct 63 struct eth_hdr *eth = data; in _l2_to_iptun_ingress_forward() 114 struct eth_hdr *eth = data; in _l2_to_iptun_ingress_redirect() 155 struct eth_hdr *eth = data; in _l2_to_ip6tun_ingress_redirect() 210 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
|
H A D | test_cgrp2_tc.bpf.c | 13 struct eth_hdr { struct 31 struct eth_hdr *eth = data; in handle_egress() argument
|
/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/ |
H A D | otx2_flows.c | 837 if (eth_hdr->h_proto) { in otx2_prepare_flow_request() 838 memcpy(&pkt->etype, ð_hdr->h_proto, in otx2_prepare_flow_request() 959 is_valid_ether_addr(eth_hdr->h_dest)) in otx2_is_flow_rule_dmacfilter() 1056 struct ethhdr *eth_hdr; in otx2_add_flow_with_pfmac() local 1074 otx2_dmacflt_add(pfvf, eth_hdr->h_dest, 0); in otx2_add_flow_with_pfmac() 1088 struct ethhdr *eth_hdr; in otx2_add_flow() local 1140 eth_hdr = &flow->flow_spec.h_u.ether_spec; in otx2_add_flow() 1231 struct ethhdr *eth_hdr; in otx2_update_rem_pfmac() local 1243 ether_addr_copy(eth_hdr->h_dest, in otx2_update_rem_pfmac() 1503 struct ethhdr *eth_hdr; in otx2_dmacflt_reinstall_flows() local [all …]
|
/openbmc/linux/net/hsr/ |
H A D | hsr_forward.c | 37 struct ethhdr *eth_hdr; in is_supervision_frame() local 44 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in is_supervision_frame() 47 if (!ether_addr_equal(eth_hdr->h_dest, in is_supervision_frame() 52 if (!(eth_hdr->h_proto == htons(ETH_P_PRP) || in is_supervision_frame() 53 eth_hdr->h_proto == htons(ETH_P_HSR))) in is_supervision_frame() 57 if (eth_hdr->h_proto == htons(ETH_P_HSR)) { /* Okay HSRv1. */ in is_supervision_frame() 145 skb->protocol = eth_hdr(skb)->h_proto; in create_stripped_skb_hsr() 231 skb->protocol = eth_hdr(skb)->h_proto; in prp_fill_rct() 378 ether_addr_copy(eth_hdr(skb)->h_source, port->dev->dev_addr); in hsr_xmit() 480 if (hsr_addr_is_self(hsr, eth_hdr(skb)->h_dest)) { in check_local_dest()
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_snp.c | 60 struct ethernet_hdr eth_hdr; member 108 boottime->copy_mem(p.eth_hdr.et_dest, (void *)BROADCAST_MAC, ARP_HLEN); in send_dhcp_discover() 109 boottime->copy_mem(p.eth_hdr.et_src, &net->mode->current_address, in send_dhcp_discover() 111 p.eth_hdr.et_protlen = htons(PROT_IP); in send_dhcp_discover() 344 if (buffer.p.eth_hdr.et_protlen != ntohs(PROT_IP) || in execute()
|
/openbmc/linux/drivers/scsi/fnic/ |
H A D | fnic_fcs.c | 1014 struct ethhdr *eth_hdr; in fnic_eth_send() local 1019 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in fnic_eth_send() 1021 memcpy(vlan_hdr, eth_hdr, 2 * ETH_ALEN); in fnic_eth_send() 1068 struct ethhdr *eth_hdr; in fnic_send_frame() local 1086 eth_hdr = (struct ethhdr *)vlan_hdr; in fnic_send_frame() 1092 eth_hdr_len = sizeof(*eth_hdr) + sizeof(*fcoe_hdr); in fnic_send_frame() 1093 eth_hdr = skb_push(skb, eth_hdr_len); in fnic_send_frame() 1094 eth_hdr->h_proto = htons(ETH_P_FCOE); in fnic_send_frame() 1095 fcoe_hdr = (struct fcoe_hdr *)(eth_hdr + 1); in fnic_send_frame() 1099 fc_fcoe_set_mac(eth_hdr->h_dest, fh->fh_d_id); in fnic_send_frame() [all …]
|
/openbmc/linux/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()
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_net.c | 458 struct ethernet_hdr *eth_hdr; in efi_net_receive() local 496 eth_hdr = (struct ethernet_hdr *)net_rx_packet; in efi_net_receive() 497 protlen = ntohs(eth_hdr->et_protlen); in efi_net_receive() 505 memcpy(dest_addr, eth_hdr->et_dest, ARP_HLEN); in efi_net_receive() 507 memcpy(src_addr, eth_hdr->et_src, ARP_HLEN); in efi_net_receive()
|
/openbmc/linux/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()
|
/openbmc/linux/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() 507 hdr = eth_hdr(skb); in sja1105_rcv()
|
/openbmc/linux/include/linux/ |
H A D | if_ether.h | 22 static inline struct ethhdr *eth_hdr(const struct sk_buff *skb) in eth_hdr() function
|