Home
last modified time | relevance | path

Searched refs:gso_type (Results 1 – 25 of 91) sorted by relevance

1234

/kernel/linux/linux-5.10/include/linux/
Dvirtio_net.h10 static inline bool virtio_net_hdr_match_proto(__be16 protocol, __u8 gso_type) in virtio_net_hdr_match_proto() argument
12 switch (gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_match_proto()
31 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_set_proto()
50 unsigned int gso_type = 0; in virtio_net_hdr_to_skb() local
55 if (hdr->gso_type != VIRTIO_NET_HDR_GSO_NONE) { in virtio_net_hdr_to_skb()
56 switch (hdr->gso_type & ~VIRTIO_NET_HDR_GSO_ECN) { in virtio_net_hdr_to_skb()
58 gso_type = SKB_GSO_TCPV4; in virtio_net_hdr_to_skb()
63 gso_type = SKB_GSO_TCPV6; in virtio_net_hdr_to_skb()
68 gso_type = SKB_GSO_UDP; in virtio_net_hdr_to_skb()
76 if (hdr->gso_type & VIRTIO_NET_HDR_GSO_ECN) in virtio_net_hdr_to_skb()
[all …]
Dudp.h128 if (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4) { in udp_cmsg_recv()
139 if (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4 && !udp_sk(sk)->accept_udp_l4) in udp_unexpected_gso()
142 if (skb_shinfo(skb)->gso_type & SKB_GSO_FRAGLIST && !udp_sk(sk)->accept_udp_fraglist) in udp_unexpected_gso()
/kernel/linux/linux-5.10/net/ipv6/
Dip6_offload.c105 skb_shinfo(skb)->gso_type & (SKB_GSO_IPXIP4 | SKB_GSO_IPXIP6)) in ipv6_gso_segment()
107 (skb_shinfo(skb)->gso_type & SKB_GSO_UDP); in ipv6_gso_segment()
110 (skb_shinfo(skb)->gso_type & SKB_GSO_UDP); in ipv6_gso_segment()
123 gso_partial = !!(skb_shinfo(segs)->gso_type & SKB_GSO_PARTIAL); in ipv6_gso_segment()
353 skb_shinfo(skb)->gso_type |= SKB_GSO_IPXIP4; in sit_gro_complete()
360 skb_shinfo(skb)->gso_type |= SKB_GSO_IPXIP6; in ip6ip6_gro_complete()
367 skb_shinfo(skb)->gso_type |= SKB_GSO_IPXIP6; in ip4ip6_gro_complete()
383 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_IPXIP4)) in sit_gso_segment()
392 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_IPXIP6)) in ip4ip6_gso_segment()
401 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_IPXIP6)) in ip6ip6_gso_segment()
Dudp_offload.c35 if (skb->encapsulation && skb_shinfo(skb)->gso_type & in udp6_ufo_fragment()
42 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_UDP | SKB_GSO_UDP_L4))) in udp6_ufo_fragment()
48 if (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4) in udp6_ufo_fragment()
169 skb_shinfo(skb)->gso_type |= (SKB_GSO_FRAGLIST|SKB_GSO_UDP_L4); in udp6_gro_complete()
Dtcpv6_offload.c36 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in tcp6_gro_complete()
46 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6)) in tcp6_gso_segment()
Desp6_offload.c193 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV6; in xfrm6_beet_gso_segment()
202 skb_shinfo(skb)->gso_type |= SKB_GSO_IPXIP6; in xfrm6_beet_gso_segment()
241 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp6_gso_segment()
/kernel/linux/linux-5.10/include/trace/events/
Dnet.h37 __field( u16, gso_type )
58 __entry->gso_type = skb_shinfo(skb)->gso_type;
68 __entry->gso_size, __entry->gso_segs, __entry->gso_type)
189 __field( u16, gso_type )
215 __entry->gso_type = skb_shinfo(skb)->gso_type;
225 __entry->nr_frags, __entry->gso_size, __entry->gso_type)
/kernel/linux/linux-5.10/net/ipv4/
Dudp_offload.c40 if (skb_shinfo(skb)->gso_type & SKB_GSO_PARTIAL) in __skb_udp_tunnel_segment()
55 need_csum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_UDP_TUNNEL_CSUM); in __skb_udp_tunnel_segment()
58 remcsum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_TUNNEL_REMCSUM); in __skb_udp_tunnel_segment()
89 gso_partial = !!(skb_shinfo(segs)->gso_type & SKB_GSO_PARTIAL); in __skb_udp_tunnel_segment()
272 if (skb_shinfo(gso_skb)->gso_type & SKB_GSO_FRAGLIST) in __udp_gso_segment()
374 (skb_shinfo(skb)->gso_type & in udp4_ufo_fragment()
380 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_UDP | SKB_GSO_UDP_L4))) in udp4_ufo_fragment()
386 if (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4) in udp4_ufo_fragment()
617 skb_shinfo(skb)->gso_type |= SKB_GSO_UDP_L4; in udp_gro_complete_segment()
639 skb_shinfo(skb)->gso_type = uh->check ? SKB_GSO_UDP_TUNNEL_CSUM in udp_gro_complete()
[all …]
Dtcp_offload.c32 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4)) in tcp4_gso_segment()
299 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_ECN; in tcp_gro_complete()
329 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in tcp4_gro_complete()
332 skb_shinfo(skb)->gso_type |= SKB_GSO_TCP_FIXEDID; in tcp4_gro_complete()
Dgre_offload.c43 need_csum = !!(skb_shinfo(skb)->gso_type & SKB_GSO_GRE_CSUM); in gre_gso_segment()
57 gso_partial = !!(skb_shinfo(segs)->gso_type & SKB_GSO_PARTIAL); in gre_gso_segment()
245 skb_shinfo(skb)->gso_type = SKB_GSO_GRE; in gre_gro_complete()
Desp4_offload.c160 skb_shinfo(skb)->gso_type |= SKB_GSO_TCPV4; in xfrm4_beet_gso_segment()
164 skb_shinfo(skb)->gso_type |= SKB_GSO_IPXIP4; in xfrm4_beet_gso_segment()
203 if (!(skb_shinfo(skb)->gso_type & SKB_GSO_ESP)) in esp4_gso_segment()
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dtx.h36 !(skb_shinfo(skb)->gso_type & SKB_GSO_PARTIAL) && in efx_tx_csum_type_skb()
37 (skb_shinfo(skb)->gso_type & SKB_GSO_UDP_TUNNEL_CSUM)) in efx_tx_csum_type_skb()
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/hns3/
Dhns3_trace.h27 __field(unsigned int, gso_type)
38 __entry->gso_type = skb_shinfo(skb)->gso_type;
51 __entry->gso_type, __entry->fraglist, __entry->nr_frags,
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dvirtio_net.h65 __u8 gso_type; member
77 __u8 gso_type; member
/kernel/linux/linux-5.10/net/netfilter/ipvs/
Dip_vs_xmit.c1149 int tun_type, gso_type; in ip_vs_tunnel_xmit() local
1204 gso_type = __tun_gso_type_mask(AF_INET, cp->af); in ip_vs_tunnel_xmit()
1208 gso_type |= SKB_GSO_UDP_TUNNEL_CSUM; in ip_vs_tunnel_xmit()
1210 gso_type |= SKB_GSO_UDP_TUNNEL; in ip_vs_tunnel_xmit()
1213 gso_type |= SKB_GSO_TUNNEL_REMCSUM; in ip_vs_tunnel_xmit()
1217 gso_type |= SKB_GSO_GRE_CSUM; in ip_vs_tunnel_xmit()
1219 gso_type |= SKB_GSO_GRE; in ip_vs_tunnel_xmit()
1222 if (iptunnel_handle_offloads(skb, gso_type)) in ip_vs_tunnel_xmit()
1299 int tun_type, gso_type; in ip_vs_tunnel_xmit_v6() local
1353 gso_type = __tun_gso_type_mask(AF_INET6, cp->af); in ip_vs_tunnel_xmit_v6()
[all …]
/kernel/linux/linux-5.10/include/uapi/linux/
Dvirtio_net.h134 __u8 gso_type; member
186 __u8 gso_type; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dvirtio_net.h88 __u8 gso_type; member
126 __u8 gso_type; member
/kernel/linux/linux-5.10/drivers/net/xen-netback/
Drx.c233 if (skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in xenvif_gso_type()
256 unsigned int gso_type; in xenvif_rx_next_skb() local
271 gso_type = xenvif_gso_type(skb); in xenvif_rx_next_skb()
272 if ((1 << gso_type) & queue->vif->gso_mask) { in xenvif_rx_next_skb()
277 extra->u.gso.type = gso_type; in xenvif_rx_next_skb()
/kernel/linux/linux-5.10/net/core/
Dlwt_bpf.c522 static int handle_gso_type(struct sk_buff *skb, unsigned int gso_type, in handle_gso_type() argument
527 gso_type |= SKB_GSO_DODGY; in handle_gso_type()
528 shinfo->gso_type |= gso_type; in handle_gso_type()
544 if (!(skb_shinfo(skb)->gso_type & (SKB_GSO_TCPV4 | SKB_GSO_TCPV6))) in handle_gso_encap()
/kernel/linux/linux-5.10/net/sched/
Dact_csum.c210 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV4) in tcf_csum_ipv4_tcp()
234 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_TCPV6) in tcf_csum_ipv6_tcp()
260 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_UDP) in tcf_csum_ipv4_udp()
316 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_UDP) in tcf_csum_ipv6_udp()
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/
Dqede_fp.c191 unsigned short gso_type = skb_shinfo(skb)->gso_type; in qede_xmit_type() local
193 if ((gso_type & SKB_GSO_UDP_TUNNEL_CSUM) || in qede_xmit_type()
194 (gso_type & SKB_GSO_GRE_CSUM)) in qede_xmit_type()
662 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV6; in qede_set_gro_params()
664 skb_shinfo(skb)->gso_type = SKB_GSO_TCPV4; in qede_set_gro_params()
934 skb_shinfo(skb)->gso_type = 0; in qede_gro_receive()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls_rxtx.c173 skb_shinfo(nskb)->gso_type = skb_shinfo(skb)->gso_type; in mlx5e_tls_complete_sync_skb()
Den_accel.h122 if (skb_is_gso(skb) && skb_shinfo(skb)->gso_type & SKB_GSO_UDP_L4) in mlx5e_accel_tx_begin()
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_tx.c289 u32 gso_type = skb_shinfo(skb)->gso_type; in offload_tso() local
309 if (gso_type & SKB_GSO_UDP_TUNNEL_CSUM) { in offload_tso()
312 } else if (gso_type & SKB_GSO_UDP_TUNNEL) { in offload_tso()
/kernel/linux/linux-5.10/include/net/
Dgre.h146 !(skb_shinfo(skb)->gso_type & in gre_build_header()

1234