Home
last modified time | relevance | path

Searched refs:skb_mac_header (Results 1 – 25 of 112) sorted by relevance

12345

/linux/include/net/
A Dmac802154.h246 skb_mac_header(skb)) < IEEE802154_FC_LEN)) in ieee802154_get_fc_from_skb()
249 memcpy(&fc, skb_mac_header(skb), IEEE802154_FC_LEN); in ieee802154_get_fc_from_skb()
269 dst_pan = skb_mac_header(skb) + in ieee802154_skb_dst_pan()
308 src_pan = skb_mac_header(skb) + in ieee802154_skb_src_pan()
313 src_pan = skb_mac_header(skb) + in ieee802154_skb_src_pan()
320 src_pan = skb_mac_header(skb) + in ieee802154_skb_src_pan()
/linux/net/hsr/
A Dhsr_forward.c44 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in is_supervision_frame()
62 hsr_V1_hdr = (struct hsrv1_ethhdr_sp *)skb_mac_header(skb); in is_supervision_frame()
73 &((struct hsrv0_ethhdr_sp *)skb_mac_header(skb))->hsr_sup; in is_supervision_frame()
141 src = skb_mac_header(skb_in); in create_stripped_skb_hsr()
142 dst = skb_mac_header(skb); in create_stripped_skb_hsr()
264 hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb); in hsr_fill_tag()
289 (struct hsr_ethhdr *)skb_mac_header(frame->skb_hsr); in hsr_create_tagged_frame()
312 src = skb_mac_header(skb); in hsr_create_tagged_frame()
586 ethhdr = (struct ethhdr *)skb_mac_header(skb); in fill_frame_info()
A Dhsr_main.h240 hsr_ethhdr = (struct hsr_ethhdr *)skb_mac_header(skb); in hsr_get_skb_sequence_nr()
278 ethhdr = (struct ethhdr *)skb_mac_header(skb); in prp_check_lsdu_size()
/linux/net/netfilter/
A Dxt_mac.c32 if (skb_mac_header(skb) < skb->head) in mac_mt()
34 if (skb_mac_header(skb) + ETH_HLEN > skb->data) in mac_mt()
A Dnf_tables_trace.c68 off = skb_mac_header(skb) - skb->data; in nf_trace_fill_ll_header()
136 off = skb_mac_header(skb) - skb->data; in nf_trace_fill_pkt_info()
A Dnf_flow_table_ip.c156 veth = (struct vlan_ethhdr *)skb_mac_header(skb); in nf_flow_tuple_encap()
161 phdr = (struct pppoe_hdr *)skb_mac_header(skb); in nf_flow_tuple_encap()
246 proto = *((__be16 *)(skb_mac_header(skb) + ETH_HLEN + in nf_flow_pppoe_proto()
265 veth = (struct vlan_ethhdr *)skb_mac_header(skb); in nf_flow_skb_encap_protocol()
/linux/net/dsa/
A Dtag_ksz.c60 addr = skb_mac_header(skb); in ksz8795_xmit()
123 addr = skb_mac_header(skb); in ksz9477_xmit()
175 addr = skb_mac_header(skb); in ksz9893_xmit()
A Dtag_ar9331.c55 hdr = le16_to_cpu(*(__le16 *)skb_mac_header(skb)); in ar9331_tag_rcv()
/linux/net/ipv6/netfilter/
A Dip6t_eui64.c24 if (!(skb_mac_header(skb) >= skb->head && in eui64_mt6()
25 skb_mac_header(skb) + ETH_HLEN <= skb->data) && in eui64_mt6()
/linux/net/netfilter/ipset/
A Dip_set_hash_ipmac.c92 if (skb_mac_header(skb) < skb->head || in hash_ipmac4_kadt()
93 (skb_mac_header(skb) + ETH_HLEN) > skb->data) in hash_ipmac4_kadt()
208 if (skb_mac_header(skb) < skb->head || in hash_ipmac6_kadt()
209 (skb_mac_header(skb) + ETH_HLEN) > skb->data) in hash_ipmac6_kadt()
A Dip_set_hash_mac.c80 if (skb_mac_header(skb) < skb->head || in hash_mac4_kadt()
81 (skb_mac_header(skb) + ETH_HLEN) > skb->data) in hash_mac4_kadt()
/linux/net/ipv6/
A Dmip6.c149 nexthdr = *skb_mac_header(skb); in mip6_destopt_output()
150 *skb_mac_header(skb) = IPPROTO_DSTOPTS; in mip6_destopt_output()
316 nexthdr = *skb_mac_header(skb); in mip6_rthdr_output()
317 *skb_mac_header(skb) = IPPROTO_ROUTING; in mip6_rthdr_output()
/linux/include/linux/
A Dif_ether.h24 return (struct ethhdr *)skb_mac_header(skb); in eth_hdr()
/linux/drivers/net/arcnet/
A Dcapmode.c67 pkt = (struct archdr *)skb_mac_header(skb); in rx()
207 ackpkt = (struct archdr *)skb_mac_header(ackskb); in ack_tx()
/linux/net/mac802154/
A Dllsec.c623 data = skb_mac_header(skb) + skb->mac_len; in llsec_do_encrypt_unauth()
667 data = skb_mac_header(skb) + skb->mac_len; in llsec_do_encrypt_auth()
672 sg_init_one(&sg, skb_mac_header(skb), assoclen + datalen + authlen); in llsec_do_encrypt_auth()
839 data = skb_mac_header(skb) + skb->mac_len; in llsec_do_decrypt_unauth()
873 data = skb_mac_header(skb) + skb->mac_len; in llsec_do_decrypt_auth()
876 sg_init_one(&sg, skb_mac_header(skb), assoclen + datalen); in llsec_do_decrypt_auth()
/linux/net/core/
A Dptp_classifier.c112 u8 *ptr = skb_mac_header(skb); in ptp_parse_header()
/linux/drivers/infiniband/ulp/opa_vnic/
A Dopa_vnic_encap.c337 struct ethhdr *mac_hdr = (struct ethhdr *)skb_mac_header(skb); in opa_vnic_get_dlid()
366 struct ethhdr *mac_hdr = (struct ethhdr *)skb_mac_header(skb); in opa_vnic_get_sc()
389 struct ethhdr *mac_hdr = (struct ethhdr *)skb_mac_header(skb); in opa_vnic_get_vl()
/linux/net/ieee802154/
A Dheader_ops.c266 const u8 *buf = skb_mac_header(skb); in ieee802154_hdr_peek_addrs()
286 const u8 *buf = skb_mac_header(skb); in ieee802154_hdr_peek()
/linux/net/xfrm/
A Dxfrm_ipcomp.c180 ipch->nexthdr = *skb_mac_header(skb); in ipcomp_output()
183 *skb_mac_header(skb) = IPPROTO_COMP; in ipcomp_output()
/linux/net/bridge/netfilter/
A Debt_802_3.c19 return (struct ebt_802_3_hdr *)skb_mac_header(skb); in ebt_802_3_hdr()
/linux/drivers/scsi/qedf/
A Dqedf_fip.c137 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in qedf_fip_send()
186 eth_hdr = (struct ethhdr *)skb_mac_header(skb); in qedf_fip_recv()
/linux/arch/um/os-Linux/drivers/
A Dtuntap_kern.c40 return net_read(fd, skb_mac_header(skb), in tuntap_read()
A Dethertap_kern.c43 len = net_recvfrom(fd, skb_mac_header(skb), in etap_read()
/linux/arch/um/drivers/
A Dslip_kern.c49 return slip_user_read(fd, skb_mac_header(skb), skb->dev->mtu, in slip_read()
A Ddaemon_kern.c44 return net_recvfrom(fd, skb_mac_header(skb), in daemon_read()

Completed in 36 milliseconds

12345