Searched defs:bpf_tcp_sock (Results 1 – 3 of 3) sorted by relevance
5424 struct bpf_tcp_sock { struct5425 __u32 snd_cwnd; /* Sending congestion window */5427 __u32 rtt_min;5429 __u32 rcv_nxt; /* What we want to receive next */5430 __u32 snd_nxt; /* Next sequence we send */5431 __u32 snd_una; /* First byte we want an ack for */5433 __u32 ecn_flags; /* ECN status bits. */5439 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn5445 __u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut5451 __u32 lost_out; /* Lost packets */[all …]
6594 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument
Completed in 43 milliseconds