Lines Matching full:tcp
34 * @tcp: keeps track of TCP specific state
35 * @tcp.strp: stream parser context (TCP only)
36 * @tcp.user_queue: received packets that have to go to userspace (TCP only)
37 * @tcp.out_queue: packets on hold while socket is taken by user (TCP only)
38 * @tcp.tx_in_progress: true if TX is already ongoing (TCP only)
39 * @tcp.out_msg.skb: packet scheduled for sending (TCP only)
40 * @tcp.out_msg.offset: offset where next send should start (TCP only)
41 * @tcp.out_msg.len: remaining data to send within packet (TCP only)
42 * @tcp.sk_cb.sk_data_ready: pointer to original cb (TCP only)
43 * @tcp.sk_cb.sk_write_space: pointer to original cb (TCP only)
44 * @tcp.sk_cb.prot: pointer to original prot object (TCP only)
45 * @tcp.sk_cb.ops: pointer to the original prot_ops object (TCP only)
99 } tcp; member