Home
last modified time | relevance | path

Searched refs:mac_offset (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/include/net/
H A Dgso.h16 int mac_offset; member
29 SKB_GSO_CB(inner_skb)->mac_offset; in skb_tnl_header_len()
43 SKB_GSO_CB(skb)->mac_offset += (new_headroom - headroom); in gso_pskb_expand_head()
97 int pulled_hlen, u16 mac_offset, in skb_gso_error_unwind() argument
104 skb->mac_header = mac_offset; in skb_gso_error_unwind()
/openbmc/linux/net/mpls/
H A Dmpls_gso.c24 u16 mac_offset = skb->mac_header; in mpls_gso_segment() local
53 skb_gso_error_unwind(skb, mpls_protocol, mpls_hlen, mac_offset, in mpls_gso_segment()
/openbmc/linux/net/nsh/
H A Dnsh.c82 u16 mac_offset = skb->mac_header; in nsh_gso_segment() local
113 mac_offset, mac_len); in nsh_gso_segment()
/openbmc/linux/net/ipv6/
H A Dudp_offload.c94 packet_start = (u8 *) skb->head + SKB_GSO_CB(skb)->mac_offset; in udp6_ufo_fragment()
97 SKB_GSO_CB(skb)->mac_offset -= frag_hdr_sz; in udp6_ufo_fragment()
/openbmc/linux/net/ipv4/
H A Dgre_offload.c22 u16 mac_offset = skb->mac_header; in gre_gso_segment() local
60 skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, in gre_gso_segment()
H A Dudp_offload.c26 u16 mac_offset = skb->mac_header; in __skb_udp_tunnel_segment() local
89 skb_gso_error_unwind(skb, protocol, tnl_hlen, mac_offset, in __skb_udp_tunnel_segment()
/openbmc/linux/include/linux/
H A Dif_vlan.h596 int mac_offset, in __vlan_get_protocol_offset() argument
616 vh = skb_header_pointer(skb, mac_offset + vlan_depth, in __vlan_get_protocol_offset()
/openbmc/linux/drivers/net/wireless/marvell/libertas/
H A Ddev.h74 u32 mac_offset; member
H A Ddebugfs.c446 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()
/openbmc/linux/net/core/
H A Dgso.c118 SKB_GSO_CB(skb)->mac_offset = skb_headroom(skb); in __skb_gso_segment()
/openbmc/linux/drivers/crypto/hisilicon/sec2/
H A Dsec_crypto.c905 u8 *mac_offset; in GEN_SEC_SETKEY_FUNC() local
921 mac_offset = qp_ctx->res[req_id].pbuf + copy_size - authsize; in GEN_SEC_SETKEY_FUNC()
922 memcpy(a_req->out_mac, mac_offset, authsize); in GEN_SEC_SETKEY_FUNC()
/openbmc/linux/drivers/net/ethernet/broadcom/
H A Dtg3.c16953 u32 hi, lo, mac_offset; in tg3_get_device_address() local
16966 mac_offset = 0x7c; in tg3_get_device_address()
16970 mac_offset = 0xcc; in tg3_get_device_address()
16977 mac_offset = 0xcc; in tg3_get_device_address()
16979 mac_offset += 0x18c; in tg3_get_device_address()
16981 mac_offset = 0x10; in tg3_get_device_address()
17001 !tg3_nvram_read_be32(tp, mac_offset + 0, &hi) && in tg3_get_device_address()
17002 !tg3_nvram_read_be32(tp, mac_offset + 4, &lo)) { in tg3_get_device_address()