| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_tcp_hdr_options.c | 45 skops_want_cookie(const struct bpf_sock_ops * skops) skops_want_cookie() argument 50 skops_current_mss(const struct bpf_sock_ops * skops) skops_current_mss() argument 85 store_option(struct bpf_sock_ops * skops,const struct bpf_test_option * test_opt) store_option() argument 130 load_option(struct bpf_sock_ops * skops,struct bpf_test_option * test_opt,bool from_syn) 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 D | test_misc_tcp_hdr_options.c | 33 static int __check_active_hdr_in(struct bpf_sock_ops *skops, bool check_syn) in __check_active_hdr_in() 125 static int check_active_syn_in(struct bpf_sock_ops *skops) in check_active_syn_in() 130 static int check_active_hdr_in(struct bpf_sock_ops *skops) in check_active_hdr_in() 156 static int active_opt_len(struct bpf_sock_ops *skops) in active_opt_len() 170 static int write_active_opt(struct bpf_sock_ops *skops) in write_active_opt() 246 static int handle_hdr_opt_len(struct bpf_sock_ops *skops) in handle_hdr_opt_len() 261 static int handle_write_hdr_opt(struct bpf_sock_ops *skops) in handle_write_hdr_opt() 269 static int handle_parse_hdr(struct bpf_sock_ops *skops) in handle_parse_hdr() 280 static int handle_passive_estab(struct bpf_sock_ops *skops) in handle_passive_estab() 301 int misc_estab(struct bpf_sock_ops *skops) in misc_estab()
|
| H A D | net_timestamping.c | 75 static bool bpf_test_access_load_hdr_opt(struct bpf_sock_ops *skops) in bpf_test_access_load_hdr_opt() 88 static bool bpf_test_access_cb_flags_set(struct bpf_sock_ops *skops) in bpf_test_access_cb_flags_set() 102 static bool bpf_test_access_bpf_calls(struct bpf_sock_ops *skops, in bpf_test_access_bpf_calls() 117 static bool bpf_test_delay(struct bpf_sock_ops *skops, const struct sock *sk) in bpf_test_delay() 211 int skops_sockopt(struct bpf_sock_ops *skops) in skops_sockopt()
|
| H A D | test_tcpbpf_kern.c | 17 static __always_inline int get_tp_window_clamp(struct bpf_sock_ops *skops) in get_tp_window_clamp() 32 int bpf_testcb(struct bpf_sock_ops *skops) in bpf_testcb()
|
| H A D | test_sockmap_invalid_update.c | 14 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap()
|
| H A D | test_tcpnotify_kern.c | 32 bpf_testcb(struct bpf_sock_ops * skops) bpf_testcb() argument
|
| H A D | mptcp_sockmap.c | 19 int mptcp_sockmap_inject(struct bpf_sock_ops *skops) in mptcp_sockmap_inject()
|
| H A D | test_sockmap_kern.h | 188 int bpf_sockmap(struct bpf_sock_ops *skops) in bpf_sockmap()
|
| H A D | setget_sockopt.c | 380 skops_sockopt(struct bpf_sock_ops * skops) skops_sockopt() argument [all...] |
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_tcp_hdr_options.h | 101 static inline __u8 skops_tcp_flags(const struct bpf_sock_ops *skops) in skops_tcp_flags() 106 static inline void clear_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_hdr_cb_flags() 114 static inline void set_hdr_cb_flags(struct bpf_sock_ops *skops, __u32 extra) in set_hdr_cb_flags() 123 clear_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) in clear_parse_all_hdr_cb_flags() 131 set_parse_all_hdr_cb_flags(struct bpf_sock_ops *skops) in set_parse_all_hdr_cb_flags()
|
| /linux/samples/bpf/ |
| H A D | tcp_synrto_kern.c | 25 int bpf_synrto(struct bpf_sock_ops *skops) in bpf_synrto()
|
| H A D | tcp_rwnd_kern.c | 25 int bpf_rwnd(struct bpf_sock_ops *skops) in bpf_rwnd()
|
| H A D | tcp_cong_kern.c | 25 int bpf_cong(struct bpf_sock_ops *skops) in bpf_cong()
|
| H A D | tcp_bufs_kern.c | 26 int bpf_bufs(struct bpf_sock_ops *skops) in bpf_bufs()
|
| H A D | tcp_basertt_kern.c | 25 int bpf_basertt(struct bpf_sock_ops *skops) in bpf_basertt()
|
| H A D | tcp_clamp_kern.c | 26 int bpf_clamp(struct bpf_sock_ops *skops) in bpf_clamp()
|
| H A D | tcp_iw_kern.c | 26 int bpf_iw(struct bpf_sock_ops *skops) in bpf_iw()
|
| H A D | tcp_tos_reflect_kern.c | 24 int bpf_basertt(struct bpf_sock_ops *skops) in bpf_basertt()
|
| /linux/include/net/ |
| H A D | tcp.h | 2742 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb() 2750 static inline void bpf_skops_init_skb(struct bpf_sock_ops_kern *skops, in bpf_skops_init_skb()
|
| /linux/net/core/ |
| H A D | filter.c | 12206 __bpf_kfunc int bpf_sock_ops_enable_tx_tstamp(struct bpf_sock_ops_kern *skops, in bpf_sock_ops_enable_tx_tstamp()
|