Searched defs:tcphdr (Results 1 – 7 of 7) sorted by relevance
38 struct tcphdr { struct54 static __inline struct tcphdr * argument
40 struct tcphdr { struct41 nd_uint16_t th_sport; /* source port */42 nd_uint16_t th_dport; /* destination port */43 nd_uint32_t th_seq; /* sequence number */44 nd_uint32_t th_ack; /* acknowledgement number */45 nd_uint8_t th_offx2; /* data offset, rsvd */46 nd_uint8_t th_flags;47 nd_uint16_t th_win; /* window */48 nd_uint16_t th_sum; /* checksum */49 nd_uint16_t th_urp; /* urgent pointer */
48 struct tcphdr { struct49 u_short th_sport; /* source port */50 u_short th_dport; /* destination port */51 tcp_seq th_seq; /* sequence number */52 tcp_seq th_ack; /* acknowledgement number */54 u_char th_x2:4, /* upper 4 (reserved) flags */55 th_off:4; /* data offset */58 u_char th_off:4, /* data offset */59 th_x2:4; /* upper 4 (reserved) flags */83 __tcp_get_flags(const struct tcphdr *th) in __tcp_get_flags() argument
367 tcp_next(struct tcphdr *tcphdr) in tcp_next()
471 struct tcphdr *tcp, tcphdr; in virtio_net_tx_offload_tso() local
2426 struct tcphdr *tcp, tcphdr; in vtnet_txq_offload_tso() local
841 struct tcphdr* tcphdr; in FormatPacket() local