Lines Matching defs:sk
156 static __always_inline __u32 bictcp_clock_us(const struct sock *sk) in bictcp_clock_us()
161 static __always_inline void bictcp_hystart_reset(struct sock *sk) in bictcp_hystart_reset()
178 void BPF_PROG(bpf_cubic_init, struct sock *sk) in BPF_PROG()
195 void BPF_PROG(bpf_cubic_cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG()
387 void BPF_STRUCT_OPS(bpf_cubic_cong_avoid, struct sock *sk, __u32 ack, __u32 acked) in BPF_STRUCT_OPS()
406 __u32 BPF_STRUCT_OPS(bpf_cubic_recalc_ssthresh, struct sock *sk) in BPF_STRUCT_OPS()
423 void BPF_STRUCT_OPS(bpf_cubic_state, struct sock *sk, __u8 new_state) in BPF_STRUCT_OPS()
442 static __always_inline __u32 hystart_ack_delay(struct sock *sk) in hystart_ack_delay()
453 static __always_inline void hystart_update(struct sock *sk, __u32 delay) in hystart_update()
499 void BPF_STRUCT_OPS(bpf_cubic_acked, struct sock *sk, in BPF_STRUCT_OPS()
530 __u32 BPF_STRUCT_OPS(bpf_cubic_undo_cwnd, struct sock *sk) in BPF_STRUCT_OPS()