Lines Matching refs:bpf_sock_ops

45 static bool skops_want_cookie(const struct bpf_sock_ops *skops)  in skops_want_cookie()
50 static bool skops_current_mss(const struct bpf_sock_ops *skops) in skops_current_mss()
85 static int store_option(struct bpf_sock_ops *skops, in store_option()
130 static int load_option(struct bpf_sock_ops *skops, in load_option()
161 static int synack_opt_len(struct bpf_sock_ops *skops) in synack_opt_len()
189 static int write_synack_opt(struct bpf_sock_ops *skops) in write_synack_opt()
206 static int syn_opt_len(struct bpf_sock_ops *skops) in syn_opt_len()
224 static int write_syn_opt(struct bpf_sock_ops *skops) in write_syn_opt()
232 static int fin_opt_len(struct bpf_sock_ops *skops) in fin_opt_len()
261 static int write_fin_opt(struct bpf_sock_ops *skops) in write_fin_opt()
284 static int resend_in_ack(struct bpf_sock_ops *skops) in resend_in_ack()
298 static int nodata_opt_len(struct bpf_sock_ops *skops) in nodata_opt_len()
312 static int write_nodata_opt(struct bpf_sock_ops *skops) in write_nodata_opt()
326 static int data_opt_len(struct bpf_sock_ops *skops) in data_opt_len()
334 static int write_data_opt(struct bpf_sock_ops *skops) in write_data_opt()
339 static int current_mss_opt_len(struct bpf_sock_ops *skops) in current_mss_opt_len()
351 static int handle_hdr_opt_len(struct bpf_sock_ops *skops) in handle_hdr_opt_len()
374 static int handle_write_hdr_opt(struct bpf_sock_ops *skops) in handle_write_hdr_opt()
398 static int set_delack_max(struct bpf_sock_ops *skops, __u8 max_delack_ms) in set_delack_max()
406 static int set_rto_min(struct bpf_sock_ops *skops, __u8 peer_max_delack_ms) in set_rto_min()
414 static int handle_active_estab(struct bpf_sock_ops *skops) in handle_active_estab()
465 static int handle_passive_estab(struct bpf_sock_ops *skops) in handle_passive_estab()
531 static int handle_parse_hdr(struct bpf_sock_ops *skops) in handle_parse_hdr()
598 int estab(struct bpf_sock_ops *skops) in estab()