Home
last modified time | relevance | path

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

/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)
/qemu/hw/net/
H A Dvirtio-net.c2054 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_extract_unit4()
2070 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_extract_unit6()
2264 o_unit->tcp->th_offset_flags = n_unit->tcp->th_offset_flags; in virtio_net_rsc_coalesce_data()
2324 tcp_flag = htons(tcp->th_offset_flags); in virtio_net_rsc_tcp_ctrl_check()
H A Drtl8139.c1844 #define TCP_HEADER_CLEAR_FLAGS(tcp, off) ((tcp)->th_offset_flags &= cpu_to_be16(~TCP_FLAGS_ONLY(off…