Home
last modified time | relevance | path

Searched refs:hop_jumbo_hdr (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/include/net/
H A Dipv6.h157 struct hop_jumbo_hdr { struct
478 const struct hop_jumbo_hdr *jhdr; in ipv6_has_hopopt_jumbo()
489 sizeof(struct hop_jumbo_hdr) > skb_headlen(skb)) in ipv6_has_hopopt_jumbo()
497 jhdr = (const struct hop_jumbo_hdr *) (nhdr + 1); in ipv6_has_hopopt_jumbo()
510 const int hophdr_len = sizeof(struct hop_jumbo_hdr); in ipv6_hopopt_jumbo_remove()
/openbmc/linux/net/ipv6/
H A Dip6_offload.c367 struct hop_jumbo_hdr *hop_jumbo; in ipv6_gro_complete()
378 hop_jumbo = (struct hop_jumbo_hdr *)(iph + 1); in ipv6_gro_complete()
H A Dip6_output.c270 struct hop_jumbo_hdr *hop_jumbo; in ip6_xmit()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_tx.c169 *hopbyhop = sizeof(struct hop_jumbo_hdr); in mlx5e_tx_get_gso_ihs()
170 ihs -= sizeof(struct hop_jumbo_hdr); in mlx5e_tx_get_gso_ihs()
471 sizeof(struct hop_jumbo_hdr), in mlx5e_sq_xmit_wqe()
1028 sizeof(struct hop_jumbo_hdr), in mlx5i_sq_xmit()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_tx.c659 *hopbyhop = sizeof(struct hop_jumbo_hdr); in get_real_size()
1043 sizeof(struct hop_jumbo_hdr), in mlx4_en_xmit()
/openbmc/linux/net/core/
H A Dgro.c123 skb_headroom(p) < sizeof(struct hop_jumbo_hdr)) || in skb_gro_receive()
/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c11346 struct hop_jumbo_hdr *jhdr; in bnxt_exthdr_check()
11383 jhdr = (struct hop_jumbo_hdr *)hp; in bnxt_exthdr_check()