/openbmc/linux/Documentation/networking/ |
H A D | segmentation-offloads.rst | 16 * UDP Fragmentation Offload - UFO 60 UFO is deprecated: modern kernels will no longer generate UFO skbs, but can
|
/openbmc/u-boot/drivers/virtio/ |
H A D | virtio_net.h | 33 /* Guest can handle UFO in */ 41 /* Host can handle UFO in */ 111 #define VIRTIO_NET_HDR_GSO_UDP 0x03 /* GSO frame, IPv4 UDP (UFO) */
|
/openbmc/linux/include/linux/ |
H A D | virtio_net.h | 134 /* UFO does not specify ipv4 or 6: try both */ in virtio_net_hdr_to_skb() 163 /* UFO may not include transport header in gso_size. */ in virtio_net_hdr_to_skb()
|
H A 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) */
|
/openbmc/qemu/qapi/ |
H A D | virtio.json | 335 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO", 339 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO", 377 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO", 381 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO", 408 # "VIRTIO_NET_F_HOST_UFO: Device can receive UFO", 412 # "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO",
|
/openbmc/linux/include/uapi/linux/ |
H A 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) */
|
H A D | if_tun.h | 92 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
/openbmc/qemu/net/ |
H A D | tap-linux.h | 52 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
H A D | tap_int.h | 40 void tap_fd_set_offload(int fd, int csum, int tso4, int tso6, int ecn, int ufo,
|
H A D | tap-stub.c | 70 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
|
H A D | tap-linux.c | 232 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument 249 if (ufo) in tap_fd_set_offload()
|
H A D | netmap.c | 348 * supports UFO, so we use this callback also for the has_ufo hook. */ 370 int ecn, int ufo, int uso4, int uso6) in netmap_set_offload() argument
|
H A D | tap-bsd.c | 235 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
|
H A D | tap-solaris.c | 239 int tso6, int ecn, int ufo, int uso4, int uso6) in tap_fd_set_offload() argument
|
/openbmc/qemu/include/standard-headers/linux/ |
H A 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. */ 137 #define VIRTIO_NET_HDR_GSO_UDP 3 /* GSO frame, IPv4 UDP (UFO) */
|
/openbmc/linux/drivers/media/platform/mediatek/mdp3/ |
H A 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 */
|
/openbmc/linux/drivers/net/ethernet/huawei/hinic/ |
H A 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()
|
/openbmc/linux/net/ipv6/ |
H A D | output_core.c | 22 * clients requesting UFO without specifying an IPv6 fragment ID.
|
H A D | udp_offload.c | 53 /* Do software UFO. Complete and fill in the UDP checksum as HW cannot in udp6_ufo_fragment()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | if_tun.h | 90 #define TUN_F_UFO 0x10 /* I can handle UFO packets */
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A 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)
|
/openbmc/linux/Documentation/networking/device_drivers/ethernet/neterion/ |
H A D | s2io.rst | 22 such as jumbo frames, MSI/MSI-X, checksum offloads, TSO, UFO and so on.
|
/openbmc/linux/net/core/ |
H A D | gso.c | 161 /* UFO sets gso_size to the size of the fragmentation in skb_gso_transport_seglen()
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A 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
|
/openbmc/qemu/hw/virtio/ |
H A D | virtio-qmp.c | 261 "VIRTIO_NET_F_GUEST_UFO: Driver can receive UFO"), 269 "VIRTIO_NET_F_HOST_UFO: Device can receive UFO"),
|