Home
last modified time | relevance | path

Searched refs:th_offset_flags (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/net/
H A Deth.h66 uint16_t th_offset_flags; /* data offset, reserved 6 bits, */ member
76 TCP_FLAGS_ONLY(be16_to_cpu((tcp)->th_offset_flags))
81 (((be16_to_cpu((tcp)->th_offset_flags) >> 12) & 0xf) << 2)
/openbmc/qemu/hw/net/
H A Dvirtio-net.c2090 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_purge()
2106 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_cleanup()
2300 o_unit->tcp->th_offset_flags = n_unit->tcp->th_offset_flags; in virtio_net_rsc_tcp_ctrl_check()
2360 tcp_flag = htons(tcp->th_offset_flags); in virtio_net_rsc_do_coalesce()
H A Drtl8139.c1843 #define TCP_HEADER_CLEAR_FLAGS(tcp, off) ((tcp)->th_offset_flags &= cpu_to_be16(~TCP_FLAGS_ONLY(off…