Home
last modified time | relevance | path

Searched defs:bpf_tcp_sock (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/include/uapi/linux/
A Dbpf.h6057 struct bpf_tcp_sock { struct
6058 __u32 snd_cwnd; /* Sending congestion window */
6060 __u32 rtt_min;
6062 __u32 rcv_nxt; /* What we want to receive next */
6063 __u32 snd_nxt; /* Next sequence we send */
6064 __u32 snd_una; /* First byte we want an ack for */
6066 __u32 ecn_flags; /* ECN status bits. */
6072 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
6078 __u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
6084 __u32 lost_out; /* Lost packets */
[all …]
/linux-6.3-rc2/tools/include/uapi/linux/
A Dbpf.h6057 struct bpf_tcp_sock { struct
6058 __u32 snd_cwnd; /* Sending congestion window */
6060 __u32 rtt_min;
6062 __u32 rcv_nxt; /* What we want to receive next */
6063 __u32 snd_nxt; /* Next sequence we send */
6064 __u32 snd_una; /* First byte we want an ack for */
6066 __u32 ecn_flags; /* ECN status bits. */
6072 __u32 segs_in; /* RFC4898 tcpEStatsPerfSegsIn
6078 __u32 segs_out; /* RFC4898 tcpEStatsPerfSegsOut
6084 __u32 lost_out; /* Lost packets */
[all …]
/linux-6.3-rc2/net/core/
A Dfilter.c6984 BPF_CALL_1(bpf_tcp_sock, struct sock *, sk) in BPF_CALL_1() argument

Completed in 49 milliseconds