Searched refs:th_offset_flags (Results 1 – 3 of 3) sorted by relevance
66 uint16_t th_offset_flags; /* data offset, reserved 6 bits, */ member76 TCP_FLAGS_ONLY(be16_to_cpu((tcp)->th_offset_flags))81 (((be16_to_cpu((tcp)->th_offset_flags) >> 12) & 0xf) << 2)
2092 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_extract_unit4()2108 unit->tcp_hdrlen = (htons(unit->tcp->th_offset_flags) & 0xF000) >> 10; in virtio_net_rsc_extract_unit6()2302 o_unit->tcp->th_offset_flags = n_unit->tcp->th_offset_flags; in virtio_net_rsc_coalesce_data()2362 tcp_flag = htons(tcp->th_offset_flags); in virtio_net_rsc_tcp_ctrl_check()
1842 #define TCP_HEADER_CLEAR_FLAGS(tcp, off) ((tcp)->th_offset_flags &= cpu_to_be16(~TCP_FLAGS_ONLY(off…