| /kernel/linux/linux-6.6/Documentation/networking/ |
| D | segmentation-offloads.rst | 16 * UDP Fragmentation Offload - UFO 60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
|
| /kernel/linux/linux-5.10/Documentation/networking/ |
| D | segmentation-offloads.rst | 16 * UDP Fragmentation Offload - UFO 60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | virtio_net.h | 120 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb() 147 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
|
| D | netdev_features.h | 54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */ 55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | virtio_net.h | 43 #define VIRTIO_NET_F_GUEST_UFO 10 /* Guest can handle UFO in. */ 47 #define VIRTIO_NET_F_HOST_UFO 14 /* Host can handle UFO in. */ 131 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
|
| D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | virtio_net.h | 132 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb() 161 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
|
| D | netdev_features.h | 54 NETIF_F_GSO_UDP_BIT, /* ... UFO, deprecated except tuntap */ 55 NETIF_F_GSO_UDP_L4_BIT, /* ... UDP payload GSO (not UFO) */
|
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| D | virtio_net.h | 43 #define VIRTIO_NET_F_GUEST_UFO 10 /* Guest can handle UFO in. */ 47 #define VIRTIO_NET_F_HOST_UFO 14 /* Host can handle UFO in. */ 136 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
|
| D | if_tun.h | 92 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
| /kernel/linux/linux-6.6/drivers/media/platform/mediatek/mdp3/ |
| D | mtk-mdp3-regs.h | 147 /* UFO encoded block mode */ 170 /* UFO encoded 10-bit block mode */ 172 /* UFO encoded 10-bit HEVC tile mode */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_qp.c | 566 u32 tso = 0, ufo = 0; in hinic_set_tso_inner_l4() local 571 ufo = 1; in hinic_set_tso_inner_l4() 576 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(tso || ufo, TSO_FLAG); in hinic_set_tso_inner_l4() 581 HINIC_SQ_CTRL_SET(ufo, QUEUE_INFO_UFO) | in hinic_set_tso_inner_l4()
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/ |
| D | hinic_hw_qp.c | 564 u32 tso = 0, ufo = 0; in hinic_set_tso_inner_l4() local 569 ufo = 1; in hinic_set_tso_inner_l4() 574 task->pkt_info0 |= HINIC_SQ_TASK_INFO0_SET(tso || ufo, TSO_FLAG); in hinic_set_tso_inner_l4() 579 HINIC_SQ_CTRL_SET(ufo, QUEUE_INFO_UFO) | in hinic_set_tso_inner_l4()
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | output_core.c | 28 * clients requesting UFO without specifying an IPv6 fragment ID.
|
| D | udp_offload.c | 51 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
|
| /kernel/linux/linux-6.6/net/ipv6/ |
| D | output_core.c | 22 * clients requesting UFO without specifying an IPv6 fragment ID.
|
| D | udp_offload.c | 53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
|
| /kernel/linux/linux-6.6/tools/include/uapi/linux/ |
| D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
| /kernel/linux/linux-5.10/tools/include/uapi/linux/ |
| D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
| /kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/ |
| D | vdec_vp9_if.c | 107 * @buf_sz_y_bs : ufo compressed y plane size (AP-R, VPU-W) 108 * @buf_sz_c_bs : ufo compressed cbcr plane size (AP-R, VPU-W) 109 * @buf_len_sz_y : size used to store y plane ufo info (AP-R, VPU-W) 110 * @buf_len_sz_c : size used to store cbcr plane ufo info (AP-R, VPU-W)
|
| /kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
| D | vdec_vp9_if.c | 107 * @buf_sz_y_bs : ufo compressed y plane size (AP-R, VPU-W) 108 * @buf_sz_c_bs : ufo compressed cbcr plane size (AP-R, VPU-W) 109 * @buf_len_sz_y : size used to store y plane ufo info (AP-R, VPU-W) 110 * @buf_len_sz_c : size used to store cbcr plane ufo info (AP-R, VPU-W)
|
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/neterion/ |
| D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/neterion/ |
| D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
| /kernel/linux/linux-6.6/net/core/ |
| D | gso.c | 161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/ |
| D | mediatek,vcodec-subdev-decoder.yaml | 49 platform, there are some ports like RDMA, UFO in lat soc larb, need to enable its power and
|