Home
last modified time | relevance | path

Searched defs:skops (Results 1 – 19 of 19) sorted by relevance

/linux/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...]
H A Dtest_misc_tcp_hdr_options.c33 static int __check_active_hdr_in(struct bpf_sock_ops *skops, bool check_syn) in __check_active_hdr_in() argument
125 check_active_syn_in(struct bpf_sock_ops * skops) check_active_syn_in() argument
130 check_active_hdr_in(struct bpf_sock_ops * skops) check_active_hdr_in() argument
156 active_opt_len(struct bpf_sock_ops * skops) active_opt_len() argument
170 write_active_opt(struct bpf_sock_ops * skops) write_active_opt() argument
246 handle_hdr_opt_len(struct bpf_sock_ops * skops) handle_hdr_opt_len() argument
261 handle_write_hdr_opt(struct bpf_sock_ops * skops) handle_write_hdr_opt() argument
269 handle_parse_hdr(struct bpf_sock_ops * skops) handle_parse_hdr() argument
280 handle_passive_estab(struct bpf_sock_ops * skops) handle_passive_estab() argument
301 misc_estab(struct bpf_sock_ops * skops) misc_estab() argument
[all...]
H A Dnet_timestamping.c75 static bool bpf_test_access_load_hdr_opt(struct bpf_sock_ops *skops) in bpf_test_access_load_hdr_opt() argument
88 static bool bpf_test_access_cb_flags_set(struct bpf_sock_ops *skops) in bpf_test_access_cb_flags_set() argument
102 static bool bpf_test_access_bpf_calls(struct bpf_sock_ops *skops, in bpf_test_access_bpf_calls() argument
117 static bool bpf_test_delay(struct bpf_sock_ops *skops, cons argument
211 skops_sockopt(struct bpf_sock_ops * skops) skops_sockopt() argument
[all...]
H A Dtest_tcpbpf_kern.c17 static __always_inline int get_tp_window_clamp(struct bpf_sock_ops *skops) in get_tp_window_clamp() argument
32 int bpf_testcb(struct bpf_sock_ops *skops) in bpf_testcb() argument
[all...]
H A Dtest_sockmap_invalid_update.c14 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap() argument
H A Dtest_tcpnotify_kern.c32 int bpf_testcb(struct bpf_sock_ops *skops) in bpf_testcb() argument
H A Dmptcp_subflow.c23 int mptcp_subflow(struct bpf_sock_ops *skops) in mptcp_subflow() argument
H A Dtest_sockmap_kern.h188 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap() argument
[all...]
H A Dsetget_sockopt.c391 int skops_sockopt(struct bpf_sock_ops *skops) in skops_sockopt() argument
[all...]
/linux/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...]
/linux/samples/bpf/
H A Dtcp_synrto_kern.c25 int bpf_synrto(struct bpf_sock_ops *skops) in bpf_synrto() argument
[all...]
H A Dtcp_rwnd_kern.c25 int bpf_rwnd(struct bpf_sock_ops *skops) in bpf_rwnd() argument
[all...]
H A Dtcp_cong_kern.c25 int bpf_cong(struct bpf_sock_ops *skops) in bpf_cong() argument
[all...]
H A Dtcp_bufs_kern.c26 int bpf_bufs(struct bpf_sock_ops *skops) in bpf_bufs() argument
[all...]
H A Dtcp_basertt_kern.c25 int bpf_basertt(struct bpf_sock_ops *skops) in bpf_basertt() argument
H A Dtcp_iw_kern.c26 int bpf_iw(struct bpf_sock_ops *skops) in bpf_iw() argument
[all...]
H A Dtcp_clamp_kern.c26 int bpf_clamp(struct bpf_sock_ops *skops) in bpf_clamp() argument
[all...]
H A Dtcp_tos_reflect_kern.c24 int bpf_basertt(struct bpf_sock_ops *skops) in bpf_basertt() argument
/linux/net/core/
H A Dfilter.c12144 __bpf_kfunc int bpf_sock_ops_enable_tx_tstamp(struct bpf_sock_ops_kern *skops, in bpf_sock_ops_enable_tx_tstamp() argument