Searched defs:tcp_hdr (Results 1 – 6 of 6) sorted by relevance
159 struct tcp_hdr { struct160 u_short th_sport; /* source port */162 uint32_t th_seq; /* sequence number */165 u_char th_off : 4, /* data offset */166 th_x2:4; /* (unused) */168 u_char th_x2 : 4, /* (unused) */169 th_off:4; /* data offset */176 u_char th_flags;185 u_short th_win; /* window */186 u_short th_sum; /* checksum */[all …]
79 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
88 struct tcphdr *tcp_hdr; in xdp_ingress_v6() local
24 static inline struct tcphdr *tcp_hdr(const struct sk_buff *skb) in tcp_hdr() function
2327 uint16_t tcp_hdr; in virtio_net_rsc_tcp_ctrl_check() local
782 #define pbd_tcp_flags(tcp_hdr) (ntohl(tcp_flag_word(tcp_hdr))>>16 & 0xff) argument