Searched refs:mac_offset (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/net/ipv6/ |
D | udp_offload.c | 105 packet_start = (u8 *) skb->head + SKB_GSO_CB(skb)->mac_offset; in udp6_ufo_fragment() 108 SKB_GSO_CB(skb)->mac_offset -= frag_hdr_sz; in udp6_ufo_fragment()
|
/linux-4.1.27/net/ipv4/ |
D | gre_offload.c | 25 u16 mac_offset = skb->mac_header; in gre_gso_segment() local 75 skb_gso_error_unwind(skb, protocol, ghl, mac_offset, mac_len); in gre_gso_segment()
|
D | udp_offload.c | 35 u16 mac_offset = skb->mac_header; in __skb_udp_tunnel_segment() local 70 skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, in __skb_udp_tunnel_segment()
|
/linux-4.1.27/drivers/net/wireless/libertas/ |
D | dev.h | 75 u32 mac_offset; member
|
D | debugfs.c | 459 ret = lbs_get_reg(priv, CMD_MAC_REG_ACCESS, priv->mac_offset, &val); in lbs_rdmac_read() 463 priv->mac_offset, val); in lbs_rdmac_read() 486 priv->mac_offset = simple_strtoul(buf, NULL, 16); in lbs_rdmac_write()
|
/linux-4.1.27/include/linux/ |
D | skbuff.h | 3320 int mac_offset; member 3330 SKB_GSO_CB(inner_skb)->mac_offset; in skb_tnl_header_len() 3344 SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom); in gso_pskb_expand_head()
|
D | netdevice.h | 3734 int pulled_hlen, u16 mac_offset, in skb_gso_error_unwind() argument 3741 skb->mac_header = mac_offset; in skb_gso_error_unwind()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
D | tg3.c | 16941 u32 hi, lo, mac_offset; in tg3_get_device_address() local 16956 mac_offset = 0x7c; in tg3_get_device_address() 16960 mac_offset = 0xcc; in tg3_get_device_address() 16967 mac_offset = 0xcc; in tg3_get_device_address() 16969 mac_offset += 0x18c; in tg3_get_device_address() 16971 mac_offset = 0x10; in tg3_get_device_address() 16991 !tg3_nvram_read_be32(tp, mac_offset + 0, &hi) && in tg3_get_device_address() 16992 !tg3_nvram_read_be32(tp, mac_offset + 4, &lo)) { in tg3_get_device_address()
|
/linux-4.1.27/net/core/ |
D | dev.c | 2501 SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb); in __skb_gso_segment()
|