Searched refs:mac_offset (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/mpls/ |
D | mpls_gso.c | 23 u16 mac_offset = skb->mac_header; in mpls_gso_segment() local 49 skb_gso_error_unwind(skb, mpls_protocol, mpls_hlen, mac_offset, in mpls_gso_segment()
|
/kernel/linux/linux-5.10/net/ipv6/ |
D | udp_offload.c | 92 packet_start = (u8 *) skb->head + SKB_GSO_CB(skb)->mac_offset; in udp6_ufo_fragment() 95 SKB_GSO_CB(skb)->mac_offset -= frag_hdr_sz; in udp6_ufo_fragment()
|
/kernel/linux/linux-5.10/net/ipv4/ |
D | gre_offload.c | 20 u16 mac_offset = skb->mac_header; in gre_gso_segment() local 52 skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, in gre_gso_segment()
|
D | udp_offload.c | 24 u16 mac_offset = skb->mac_header; in __skb_udp_tunnel_segment() local 84 skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, in __skb_udp_tunnel_segment()
|
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
D | dev.h | 74 u32 mac_offset; member
|
D | debugfs.c | 446 ret = lbs_get_reg(priv, CMD_MAC_REG_ACCESS, priv->mac_offset, &val); in lbs_rdmac_read() 450 priv->mac_offset, val); in lbs_rdmac_read() 468 priv->mac_offset = simple_strtoul(buf, NULL, 16); in lbs_rdmac_write()
|
/kernel/linux/linux-5.10/include/linux/ |
D | skbuff.h | 4398 int mac_offset; member 4411 SKB_GSO_CB(inner_skb)->mac_offset; in skb_tnl_header_len() 4425 SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom); in gso_pskb_expand_head()
|
D | netdevice.h | 4913 int pulled_hlen, u16 mac_offset, in skb_gso_error_unwind() argument 4920 skb->mac_header = mac_offset; in skb_gso_error_unwind()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
D | tg3.c | 16989 u32 hi, lo, mac_offset; in tg3_get_device_address() local 17002 mac_offset = 0x7c; in tg3_get_device_address() 17006 mac_offset = 0xcc; in tg3_get_device_address() 17013 mac_offset = 0xcc; in tg3_get_device_address() 17015 mac_offset += 0x18c; in tg3_get_device_address() 17017 mac_offset = 0x10; in tg3_get_device_address() 17037 !tg3_nvram_read_be32(tp, mac_offset + 0, &hi) && in tg3_get_device_address() 17038 !tg3_nvram_read_be32(tp, mac_offset + 4, &lo)) { in tg3_get_device_address()
|
/kernel/linux/linux-5.10/net/core/ |
D | dev.c | 3408 SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb); in __skb_gso_segment()
|