Searched refs:ack_seq (Results 1 – 5 of 5) sorted by relevance
61 recv_cookie = bpf_ntohl(th->ack_seq) - 1; in test_syncookie_helper()
418 ctx->tcp->ack_seq = bpf_htonl(bpf_ntohl(ctx->tcp->seq) + 1); in tcp_handle_syn()466 u32 cookie = bpf_ntohl(ctx->tcp->ack_seq) - 1; in tcp_validate_cookie()
525 tcp_header->ack_seq = bpf_htonl(bpf_ntohl(tcp_header->seq) + 1); in tcp_gen_synack()
29 __be32 ack_seq; member
291 tcph->ack_seq = ntohl(START_ACK + ack_offset); in fill_transportlayer()
Completed in 13 milliseconds