Lines Matching defs:BPF_PROG
31 void BPF_PROG(init, struct sock *sk) in BPF_PROG() function
39 void BPF_PROG(in_ack_event, struct sock *sk, u32 flags) in BPF_PROG() function
45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG() function
51 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG() function
57 u32 BPF_PROG(sndbuf_expand, struct sock *sk) in BPF_PROG() function
63 u32 BPF_PROG(undo_cwnd, struct sock *sk) in BPF_PROG() function
70 void BPF_PROG(cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG() function
78 u32 BPF_PROG(ssthresh, struct sock *sk) in BPF_PROG() function
86 u32 BPF_PROG(min_tso_segs, struct sock *sk) in BPF_PROG() function
92 void BPF_PROG(set_state, struct sock *sk, u8 new_state) in BPF_PROG() function
100 void BPF_PROG(pkts_acked, struct sock *sk, const struct ack_sample *sample) in BPF_PROG() function