Home
last modified time | relevance | path

Searched defs:skops (Results 26 - 33 of 33) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_kern.h191 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap() argument
[all...]
H A Dsetget_sockopt.c360 int skops_sockopt(struct bpf_sock_ops *skops) in skops_sockopt() argument
[all...]
H A Dtest_tcp_hdr_options.c45 static bool skops_want_cookie(const struct bpf_sock_ops *skops) in skops_want_cookie() argument
50 static bool skops_current_mss(const struct bpf_sock_ops *skops) in skops_current_mss() argument
85 static int store_option(struct bpf_sock_ops *skops, in store_option() argument
130 static int load_option(struct bpf_sock_ops *skops, in load_option() argument
161 synack_opt_len(struct bpf_sock_ops *skops) synack_opt_len() argument
189 write_synack_opt(struct bpf_sock_ops *skops) write_synack_opt() argument
206 syn_opt_len(struct bpf_sock_ops *skops) syn_opt_len() argument
224 write_syn_opt(struct bpf_sock_ops *skops) write_syn_opt() argument
232 fin_opt_len(struct bpf_sock_ops *skops) fin_opt_len() argument
261 write_fin_opt(struct bpf_sock_ops *skops) write_fin_opt() argument
284 resend_in_ack(struct bpf_sock_ops *skops) resend_in_ack() argument
298 nodata_opt_len(struct bpf_sock_ops *skops) nodata_opt_len() argument
312 write_nodata_opt(struct bpf_sock_ops *skops) write_nodata_opt() argument
326 data_opt_len(struct bpf_sock_ops *skops) data_opt_len() argument
334 write_data_opt(struct bpf_sock_ops *skops) write_data_opt() argument
339 current_mss_opt_len(struct bpf_sock_ops *skops) current_mss_opt_len() argument
351 handle_hdr_opt_len(struct bpf_sock_ops *skops) handle_hdr_opt_len() argument
374 handle_write_hdr_opt(struct bpf_sock_ops *skops) handle_write_hdr_opt() argument
398 set_delack_max(struct bpf_sock_ops *skops, __u8 max_delack_ms) set_delack_max() argument
406 set_rto_min(struct bpf_sock_ops *skops, __u8 peer_max_delack_ms) set_rto_min() argument
414 handle_active_estab(struct bpf_sock_ops *skops) handle_active_estab() argument
465 handle_passive_estab(struct bpf_sock_ops *skops) handle_passive_estab() argument
531 handle_parse_hdr(struct bpf_sock_ops *skops) handle_parse_hdr() argument
598 estab(struct bpf_sock_ops *skops) estab() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h100 static inline __u8 skops_tcp_flags(const struct bpf_sock_ops *skops) in skops_tcp_flags() argument
105 static inline void clear_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_hdr_cb_flags() argument
113 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() argument
122 clear_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_parse_all_hdr_cb_flags() argument
130 set_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) set_parse_all_hdr_cb_flags() argument
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h101 static inline __u8 skops_tcp_flags(const struct bpf_sock_ops *skops) in skops_tcp_flags() argument
106 static inline void clear_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_hdr_cb_flags() argument
114 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() argument
123 clear_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_parse_all_hdr_cb_flags() argument
131 set_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) set_parse_all_hdr_cb_flags() argument
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_hdr_options.c45 static bool skops_want_cookie(const struct bpf_sock_ops *skops) in skops_want_cookie() argument
50 static bool skops_current_mss(const struct bpf_sock_ops *skops) in skops_current_mss() argument
85 static int store_option(struct bpf_sock_ops *skops, in store_option() argument
130 static int load_option(struct bpf_sock_ops *skops, in load_option() argument
161 synack_opt_len(struct bpf_sock_ops *skops) synack_opt_len() argument
189 write_synack_opt(struct bpf_sock_ops *skops) write_synack_opt() argument
206 syn_opt_len(struct bpf_sock_ops *skops) syn_opt_len() argument
224 write_syn_opt(struct bpf_sock_ops *skops) write_syn_opt() argument
232 fin_opt_len(struct bpf_sock_ops *skops) fin_opt_len() argument
261 write_fin_opt(struct bpf_sock_ops *skops) write_fin_opt() argument
284 resend_in_ack(struct bpf_sock_ops *skops) resend_in_ack() argument
298 nodata_opt_len(struct bpf_sock_ops *skops) nodata_opt_len() argument
312 write_nodata_opt(struct bpf_sock_ops *skops) write_nodata_opt() argument
326 data_opt_len(struct bpf_sock_ops *skops) data_opt_len() argument
334 write_data_opt(struct bpf_sock_ops *skops) write_data_opt() argument
339 current_mss_opt_len(struct bpf_sock_ops *skops) current_mss_opt_len() argument
351 handle_hdr_opt_len(struct bpf_sock_ops *skops) handle_hdr_opt_len() argument
374 handle_write_hdr_opt(struct bpf_sock_ops *skops) handle_write_hdr_opt() argument
398 set_delack_max(struct bpf_sock_ops *skops, __u8 max_delack_ms) set_delack_max() argument
406 set_rto_min(struct bpf_sock_ops *skops, __u8 peer_max_delack_ms) set_rto_min() argument
414 handle_active_estab(struct bpf_sock_ops *skops) handle_active_estab() argument
465 handle_passive_estab(struct bpf_sock_ops *skops) handle_passive_estab() argument
531 handle_parse_hdr(struct bpf_sock_ops *skops) handle_parse_hdr() argument
598 estab(struct bpf_sock_ops *skops) estab() argument
[all...]
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h2273 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() argument
2281 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() argument
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h2395 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() argument
2403 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() argument

Completed in 11 milliseconds

12