/linux/net/llc/ |
H A D | llc_c_ev.c | 75 static u16 llc_util_nr_inside_tx_window(struct sock *sk, u8 nr) in llc_util_nr_inside_tx_window() 99 int llc_conn_ev_conn_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_conn_req() 107 int llc_conn_ev_data_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_data_req() 115 int llc_conn_ev_disc_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_disc_req() 123 int llc_conn_ev_rst_req(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rst_req() 131 int llc_conn_ev_local_busy_detected(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_detected() 139 int llc_conn_ev_local_busy_cleared(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_local_busy_cleared() 147 int llc_conn_ev_rx_bad_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_bad_pdu() 152 int llc_conn_ev_rx_disc_cmd_pbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_disc_cmd_pbit_set_x() 160 int llc_conn_ev_rx_dm_rsp_fbit_set_x(struct sock *sk, struct sk_buff *skb) in llc_conn_ev_rx_dm_rsp_fbit_set_x() [all …]
|
H A D | llc_c_ac.c | 45 int llc_conn_ac_clear_remote_busy(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_clear_remote_busy() 61 int llc_conn_ac_conn_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_ind() 69 int llc_conn_ac_conn_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_conn_confirm() 77 static int llc_conn_ac_data_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_confirm() 85 int llc_conn_ac_data_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_data_ind() 91 int llc_conn_ac_disc_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_ind() 119 int llc_conn_ac_disc_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_disc_confirm() 128 int llc_conn_ac_rst_ind(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_ind() 167 int llc_conn_ac_rst_confirm(struct sock *sk, struct sk_buff *skb) in llc_conn_ac_rst_confirm() 176 int llc_conn_ac_clear_remote_busy_if_f_eq_1(struct sock *sk, in llc_conn_ac_clear_remote_busy_if_f_eq_1() [all …]
|
/linux/net/netrom/ |
H A D | nr_timer.c | 35 void nr_init_timers(struct sock *sk) in nr_init_timers() 48 void nr_start_t1timer(struct sock *sk) in nr_start_t1timer() 55 void nr_start_t2timer(struct sock *sk) in nr_start_t2timer() 62 void nr_start_t4timer(struct sock *sk) in nr_start_t4timer() 69 void nr_start_idletimer(struct sock *sk) in nr_start_idletimer() 77 void nr_start_heartbeat(struct sock *sk) in nr_start_heartbeat() 82 void nr_stop_t1timer(struct sock *sk) in nr_stop_t1timer() 87 void nr_stop_t2timer(struct sock *sk) in nr_stop_t2timer() 92 void nr_stop_t4timer(struct sock *sk) in nr_stop_t4timer() 97 void nr_stop_idletimer(struct sock *sk) in nr_stop_idletimer() [all …]
|
/linux/net/core/ |
H A D | sock.c | 171 bool sk_ns_capable(const struct sock *sk, in sk_ns_capable() 188 bool sk_capable(const struct sock *sk, int cap) in sk_capable() 203 bool sk_net_capable(const struct sock *sk, int cap) in sk_net_capable() 302 void sk_set_memalloc(struct sock *sk) in sk_set_memalloc() 310 void sk_clear_memalloc(struct sock *sk) in sk_clear_memalloc() 327 int __sk_backlog_rcv(struct sock *sk, struct sk_buff *skb) in __sk_backlog_rcv() 346 void sk_error_report(struct sock *sk) in sk_error_report() 459 static bool sk_set_prio_allowed(const struct sock *sk, int val) in sk_set_prio_allowed() 466 static bool sock_needs_netstamp(const struct sock *sk) in sock_needs_netstamp() 477 static void sock_disable_timestamp(struct sock *sk, unsigned long flags) in sock_disable_timestamp() [all …]
|
H A D | sock_reuseport.c | 24 void reuseport_has_conns_set(struct sock *sk) in reuseport_has_conns_set() 52 static void reuseport_get_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) in reuseport_get_incoming_cpu() 58 static void reuseport_put_incoming_cpu(struct sock *sk, struct sock_reuseport *reuse) in reuseport_put_incoming_cpu() 64 void reuseport_update_incoming_cpu(struct sock *sk, int val) in reuseport_update_incoming_cpu() 104 static int reuseport_sock_index(struct sock *sk, in reuseport_sock_index() 124 static void __reuseport_add_sock(struct sock *sk, in __reuseport_add_sock() 134 static bool __reuseport_detach_sock(struct sock *sk, in __reuseport_detach_sock() 149 static void __reuseport_add_closed_sock(struct sock *sk, in __reuseport_add_closed_sock() 158 static bool __reuseport_detach_closed_sock(struct sock *sk, in __reuseport_detach_closed_sock() 188 int reuseport_alloc(struct sock *sk, bool bind_inany) in reuseport_alloc() [all …]
|
/linux/include/net/ |
H A D | sock.h | 610 static inline bool sk_user_data_is_nocopy(const struct sock *sk) in sk_user_data_is_nocopy() 615 #define __sk_user_data(sk) ((*((void __rcu **)&(sk)->sk_user_data))) argument 628 __locked_read_sk_user_data_with_flags(const struct sock *sk, in __locked_read_sk_user_data_with_flags() 651 __rcu_dereference_sk_user_data_with_flags(const struct sock *sk, in __rcu_dereference_sk_user_data_with_flags() 663 #define rcu_dereference_sk_user_data(sk) \ argument 665 #define __rcu_assign_sk_user_data_with_flags(sk, ptr, flags) \ argument 674 #define rcu_assign_sk_user_data(sk, ptr) \ argument 678 struct net *sock_net(const struct sock *sk) in sock_net() 684 void sock_net_set(struct sock *sk, struct net *net) in sock_net_set() 702 static inline int sk_peek_offset(const struct sock *sk, int flags) in sk_peek_offset() [all …]
|
/linux/net/x25/ |
H A D | x25_timer.c | 27 void x25_init_timers(struct sock *sk) in x25_init_timers() 37 void x25_start_heartbeat(struct sock *sk) in x25_start_heartbeat() 42 void x25_stop_heartbeat(struct sock *sk) in x25_stop_heartbeat() 47 void x25_start_t2timer(struct sock *sk) in x25_start_t2timer() 54 void x25_start_t21timer(struct sock *sk) in x25_start_t21timer() 61 void x25_start_t22timer(struct sock *sk) in x25_start_t22timer() 68 void x25_start_t23timer(struct sock *sk) in x25_start_t23timer() 75 void x25_stop_timer(struct sock *sk) in x25_stop_timer() 80 unsigned long x25_display_timer(struct sock *sk) in x25_display_timer() 92 struct sock *sk = timer_container_of(sk, t, sk_timer); in x25_heartbeat_expiry() local [all …]
|
/linux/net/rose/ |
H A D | rose_timer.c | 32 void rose_start_heartbeat(struct sock *sk) in rose_start_heartbeat() 42 void rose_start_t1timer(struct sock *sk) in rose_start_t1timer() 54 void rose_start_t2timer(struct sock *sk) in rose_start_t2timer() 66 void rose_start_t3timer(struct sock *sk) in rose_start_t3timer() 78 void rose_start_hbtimer(struct sock *sk) in rose_start_hbtimer() 90 void rose_start_idletimer(struct sock *sk) in rose_start_idletimer() 104 void rose_stop_heartbeat(struct sock *sk) in rose_stop_heartbeat() 109 void rose_stop_timer(struct sock *sk) in rose_stop_timer() 114 void rose_stop_idletimer(struct sock *sk) in rose_stop_idletimer() 121 struct sock *sk = timer_container_of(sk, t, sk_timer); in rose_heartbeat_expiry() local [all …]
|
/linux/net/ipv4/ |
H A D | tcp_timer.c | 27 static u32 tcp_clamp_rto_to_user_timeout(const struct sock *sk) in tcp_clamp_rto_to_user_timeout() 49 u32 tcp_clamp_probe0_to_user_timeout(const struct sock *sk, u32 when) in tcp_clamp_probe0_to_user_timeout() 75 static void tcp_write_err(struct sock *sk) in tcp_write_err() 105 static int tcp_out_of_resources(struct sock *sk, bool do_reset) in tcp_out_of_resources() 148 static int tcp_orphan_retries(struct sock *sk, bool alive) in tcp_orphan_retries() 164 static void tcp_mtu_probing(struct inet_connection_sock *icsk, struct sock *sk) in tcp_mtu_probing() 186 static unsigned int tcp_model_timeout(struct sock *sk, in tcp_model_timeout() 213 static bool retransmits_timed_out(struct sock *sk, in retransmits_timed_out() 241 static int tcp_write_timeout(struct sock *sk) in tcp_write_timeout() 307 void tcp_delack_timer_handler(struct sock *sk) in tcp_delack_timer_handler() [all …]
|
H A D | tcp_input.c | 123 void (*cad)(struct sock *sk, u32 ack_seq)) in clean_acked_data_enable() 145 static void bpf_skops_parse_hdr(struct sock *sk, struct sk_buff *skb) in bpf_skops_parse_hdr() 180 static void bpf_skops_established(struct sock *sk, int bpf_op, in bpf_skops_established() 199 static void bpf_skops_parse_hdr(struct sock *sk, struct sk_buff *skb) in bpf_skops_parse_hdr() 203 static void bpf_skops_established(struct sock *sk, int bpf_op, in bpf_skops_established() 209 static __cold void tcp_gro_dev_warn(const struct sock *sk, const struct sk_buff *skb, in tcp_gro_dev_warn() 225 static void tcp_measure_rcv_mss(struct sock *sk, const struct sk_buff *skb) in tcp_measure_rcv_mss() 309 static void tcp_incr_quickack(struct sock *sk, unsigned int max_quickacks) in tcp_incr_quickack() 321 static void tcp_enter_quickack_mode(struct sock *sk, unsigned int max_quickacks) in tcp_enter_quickack_mode() 334 static bool tcp_in_quickack_mode(struct sock *sk) in tcp_in_quickack_mode() [all …]
|
H A D | tcp_bbr.c | 207 static bool bbr_full_bw_reached(const struct sock *sk) in bbr_full_bw_reached() 215 static u32 bbr_max_bw(const struct sock *sk) in bbr_max_bw() 223 static u32 bbr_bw(const struct sock *sk) in bbr_bw() 233 static u16 bbr_extra_acked(const struct sock *sk) in bbr_extra_acked() 244 static u64 bbr_rate_bytes_per_sec(struct sock *sk, u64 rate, int gain) in bbr_rate_bytes_per_sec() 256 static unsigned long bbr_bw_to_pacing_rate(struct sock *sk, u32 bw, int gain) in bbr_bw_to_pacing_rate() 266 static void bbr_init_pacing_rate_from_rtt(struct sock *sk) in bbr_init_pacing_rate_from_rtt() 286 static void bbr_set_pacing_rate(struct sock *sk, u32 bw, int gain) in bbr_set_pacing_rate() 299 __bpf_kfunc static u32 bbr_min_tso_segs(struct sock *sk) in bbr_min_tso_segs() 304 static u32 bbr_tso_segs_goal(struct sock *sk) in bbr_tso_segs_goal() [all …]
|
H A D | tcp_output.c | 67 static void tcp_event_new_data_sent(struct sock *sk, struct sk_buff *skb) in tcp_event_new_data_sent() 97 static inline __u32 tcp_acceptable_seq(const struct sock *sk) in tcp_acceptable_seq() 123 static __u16 tcp_advertise_mss(struct sock *sk) in tcp_advertise_mss() 144 void tcp_cwnd_restart(struct sock *sk, s32 delta) in tcp_cwnd_restart() 164 struct sock *sk) in tcp_event_data_sent() 182 static inline void tcp_event_ack_sent(struct sock *sk, u32 rcv_nxt) in tcp_event_ack_sent() 207 void tcp_select_initial_window(const struct sock *sk, int __space, __u32 mss, in tcp_select_initial_window() 260 static u16 tcp_select_window(struct sock *sk) in tcp_select_window() 323 static void tcp_ecn_send_synack(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_synack() 336 static void tcp_ecn_send_syn(struct sock *sk, struct sk_buff *skb) in tcp_ecn_send_syn() [all …]
|
/linux/net/iucv/ |
H A D | af_iucv.c | 57 #define __iucv_sock_wait(sk, condition, timeo, ret) \ argument 82 #define iucv_sock_wait(sk, condition, timeo) \ argument 151 static int iucv_sock_in_state(struct sock *sk, int state, int state2) in iucv_sock_in_state() 164 static inline int iucv_below_msglim(struct sock *sk) in iucv_below_msglim() 180 static void iucv_sock_wake_msglim(struct sock *sk) in iucv_sock_wake_msglim() 268 struct sock *sk; in __iucv_get_sock_by_name() local 277 static void iucv_sock_destruct(struct sock *sk) in iucv_sock_destruct() 296 struct sock *sk; in iucv_sock_cleanup_listen() local 307 static void iucv_sock_link(struct iucv_sock_list *l, struct sock *sk) in iucv_sock_link() 314 static void iucv_sock_unlink(struct iucv_sock_list *l, struct sock *sk) in iucv_sock_unlink() [all …]
|
/linux/net/sctp/ |
H A D | socket.c | 102 static void sctp_enter_memory_pressure(struct sock *sk) in sctp_enter_memory_pressure() 111 struct sock *sk = asoc->base.sk; in sctp_wspace() local 129 struct sock *sk = asoc->base.sk; in sctp_set_owner_w() local 194 static void sctp_for_each_rx_skb(struct sctp_association *asoc, struct sock *sk, in sctp_for_each_rx_skb() 211 static inline int sctp_verify_addr(struct sock *sk, union sctp_addr *addr, in sctp_verify_addr() 234 struct sctp_association *sctp_id2assoc(struct sock *sk, sctp_assoc_t id) in sctp_id2assoc() 271 static struct sctp_transport *sctp_addr_id2transport(struct sock *sk, in sctp_addr_id2transport() 310 static int sctp_bind(struct sock *sk, struct sockaddr *addr, int addr_len) in sctp_bind() 377 static int sctp_do_bind(struct sock *sk, union sctp_addr *addr, int len) in sctp_do_bind() 506 static int sctp_bindx_add(struct sock *sk, struct sockaddr *addrs, int addrcnt) in sctp_bindx_add() [all …]
|
/linux/net/mptcp/ |
H A D | protocol.c | 61 static const struct proto_ops *mptcp_fallback_tcp_ops(const struct sock *sk) in mptcp_fallback_tcp_ops() 94 struct sock *sk = (struct sock *)msk; in __mptcp_socket_create() local 123 struct sock *sk = (struct sock *)msk; in __mptcp_nmpc_sk() local 138 static void mptcp_drop(struct sock *sk, struct sk_buff *skb) in mptcp_drop() 144 static bool mptcp_try_coalesce(struct sock *sk, struct sk_buff *to, in mptcp_try_coalesce() 187 struct sock *sk = (struct sock *)msk; in mptcp_data_queue_ofo() local 301 struct sock *sk = (struct sock *)msk; in __mptcp_move_skb() local 353 static void mptcp_stop_rtx_timer(struct sock *sk) in mptcp_stop_rtx_timer() 361 static void mptcp_close_wake_up(struct sock *sk) in mptcp_close_wake_up() 375 static bool mptcp_pending_data_fin_ack(struct sock *sk) in mptcp_pending_data_fin_ack() [all …]
|
/linux/net/ieee802154/ |
H A D | socket.c | 82 struct sock *sk = sock->sk; in ieee802154_sock_release() local 94 struct sock *sk = sock->sk; in ieee802154_sock_sendmsg() local 102 struct sock *sk = sock->sk; in ieee802154_sock_bind() local 113 struct sock *sk = sock->sk; in ieee802154_sock_connect() local 124 static int ieee802154_dev_ioctl(struct sock *sk, struct ifreq __user *arg, in ieee802154_dev_ioctl() 155 struct sock *sk = sock->sk; in ieee802154_sock_ioctl() local 173 static int raw_hash(struct sock *sk) in raw_hash() 183 static void raw_unhash(struct sock *sk) in raw_unhash() 191 static void raw_close(struct sock *sk, long timeout) in raw_close() 196 static int raw_bind(struct sock *sk, struct sockaddr *_uaddr, int len) in raw_bind() [all …]
|
/linux/net/bluetooth/ |
H A D | iso.c | 31 struct sock *sk; member 48 #define iso_pi(sk) ((struct iso_pinfo *)sk) argument 154 struct sock *sk; in iso_sock_timeout() local 177 static void iso_sock_set_timer(struct sock *sk, long timeout) in iso_sock_set_timer() 187 static void iso_sock_clear_timer(struct sock *sk) in iso_sock_clear_timer() 230 static void iso_chan_del(struct sock *sk, int err) in iso_chan_del() 264 struct sock *sk; in iso_conn_del() local 290 static int __iso_chan_add(struct iso_conn *conn, struct sock *sk, in __iso_chan_add() 312 static int iso_chan_add(struct iso_conn *conn, struct sock *sk, in iso_chan_add() 332 static int iso_connect_bis(struct sock *sk) in iso_connect_bis() [all …]
|
H A D | sco.c | 49 struct sock *sk; member 64 #define sco_pi(sk) ((struct sco_pinfo *) sk) argument 145 struct sock *sk; in sco_sock_timeout() local 173 static void sco_sock_set_timer(struct sock *sk, long timeout) in sco_sock_set_timer() 183 static void sco_sock_clear_timer(struct sock *sk) in sco_sock_clear_timer() 231 static void sco_chan_del(struct sock *sk, int err) in sco_chan_del() 257 struct sock *sk; in sco_conn_del() local 283 static void __sco_chan_add(struct sco_conn *conn, struct sock *sk, in __sco_chan_add() 295 static int sco_chan_add(struct sco_conn *conn, struct sock *sk, in sco_chan_add() 310 static int sco_connect(struct sock *sk) in sco_connect() [all …]
|
H A D | l2cap_sock.c | 85 struct sock *sk = sock->sk; in l2cap_sock_bind() local 184 struct sock *sk = sock->sk; in l2cap_sock_connect() local 274 struct sock *sk = sock->sk; in l2cap_sock_listen() local 333 struct sock *sk = sock->sk, *nsk; in l2cap_sock_accept() local 389 struct sock *sk = sock->sk; in l2cap_sock_getname() local 438 struct sock *sk = sock->sk; in l2cap_sock_getsockopt_old() local 558 struct sock *sk = sock->sk; in l2cap_sock_getsockopt() local 728 struct sock *sk = sock->sk; in l2cap_sock_setsockopt_old() local 882 struct sock *sk = sock->sk; in l2cap_sock_setsockopt() local 1107 struct sock *sk = sock->sk; in l2cap_sock_sendmsg() local [all …]
|
/linux/include/linux/ |
H A D | bpf-cgroup.h | 180 static inline bool cgroup_bpf_sock_enabled(struct sock *sk, in cgroup_bpf_sock_enabled() 191 #define BPF_CGROUP_RUN_PROG_INET_INGRESS(sk, skb) \ argument 203 #define BPF_CGROUP_RUN_PROG_INET_EGRESS(sk, skb) \ argument 216 #define BPF_CGROUP_RUN_SK_PROG(sk, atype) \ argument 225 #define BPF_CGROUP_RUN_PROG_INET_SOCK(sk) \ argument 228 #define BPF_CGROUP_RUN_PROG_INET_SOCK_RELEASE(sk) \ argument 231 #define BPF_CGROUP_RUN_PROG_INET4_POST_BIND(sk) \ argument 234 #define BPF_CGROUP_RUN_PROG_INET6_POST_BIND(sk) \ argument 237 #define BPF_CGROUP_RUN_SA_PROG(sk, uaddr, uaddrlen, atype) \ argument 246 #define BPF_CGROUP_RUN_SA_PROG_LOCK(sk, uaddr, uaddrlen, atype, t_ctx) \ argument [all …]
|
/linux/net/vmw_vsock/ |
H A D | vmci_transport_notify_qstate.c | 73 vmci_transport_handle_read(struct sock *sk, in vmci_transport_handle_read() 82 vmci_transport_handle_wrote(struct sock *sk, in vmci_transport_handle_wrote() 90 static void vsock_block_update_write_window(struct sock *sk) in vsock_block_update_write_window() 100 static int vmci_transport_send_read_notification(struct sock *sk) in vmci_transport_send_read_notification() 140 static void vmci_transport_notify_pkt_socket_init(struct sock *sk) in vmci_transport_notify_pkt_socket_init() 159 vmci_transport_notify_pkt_poll_in(struct sock *sk, in vmci_transport_notify_pkt_poll_in() 180 vmci_transport_notify_pkt_poll_out(struct sock *sk, in vmci_transport_notify_pkt_poll_out() 202 struct sock *sk, in vmci_transport_notify_pkt_recv_init() 234 struct sock *sk, in vmci_transport_notify_pkt_recv_pre_block() 254 struct sock *sk, in vmci_transport_notify_pkt_recv_post_dequeue() [all …]
|
H A D | vmci_transport_notify.c | 105 vmci_transport_handle_waiting_read(struct sock *sk, in vmci_transport_handle_waiting_read() 135 vmci_transport_handle_waiting_write(struct sock *sk, in vmci_transport_handle_waiting_write() 165 vmci_transport_handle_read(struct sock *sk, in vmci_transport_handle_read() 180 static bool send_waiting_read(struct sock *sk, u64 room_needed) in send_waiting_read() 222 static bool send_waiting_write(struct sock *sk, u64 room_needed) in send_waiting_write() 259 static int vmci_transport_send_read_notification(struct sock *sk) in vmci_transport_send_read_notification() 301 vmci_transport_handle_wrote(struct sock *sk, in vmci_transport_handle_wrote() 313 static void vmci_transport_notify_pkt_socket_init(struct sock *sk) in vmci_transport_notify_pkt_socket_init() 338 vmci_transport_notify_pkt_poll_in(struct sock *sk, in vmci_transport_notify_pkt_poll_in() 362 vmci_transport_notify_pkt_poll_out(struct sock *sk, in vmci_transport_notify_pkt_poll_out() [all …]
|
/linux/net/bluetooth/rfcomm/ |
H A D | sock.c | 52 struct sock *sk = d->owner; in rfcomm_sk_data_ready() local 66 struct sock *sk = d->owner, *parent; in rfcomm_sk_state_change() local 108 struct sock *sk = NULL; in __rfcomm_get_listen_sock_by_addr() local 129 struct sock *sk = NULL, *sk1 = NULL; in rfcomm_get_sock_by_channel() local 153 static void rfcomm_sock_destruct(struct sock *sk) in rfcomm_sock_destruct() 175 struct sock *sk; in rfcomm_sock_cleanup_listen() local 192 static void rfcomm_sock_kill(struct sock *sk) in rfcomm_sock_kill() 205 static void __rfcomm_sock_close(struct sock *sk) in __rfcomm_sock_close() 232 static void rfcomm_sock_close(struct sock *sk) in rfcomm_sock_close() 239 static void rfcomm_sock_init(struct sock *sk, struct sock *parent) in rfcomm_sock_init() [all …]
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | tcp_ca_kfunc.c | 31 void BPF_PROG(init, struct sock *sk) in BPF_PROG() 39 void BPF_PROG(in_ack_event, struct sock *sk, u32 flags) in BPF_PROG() 45 void BPF_PROG(cong_control, struct sock *sk, u32 ack, int flag, const struct rate_sample *rs) in BPF_PROG() 51 void BPF_PROG(cong_avoid, struct sock *sk, u32 ack, u32 acked) in BPF_PROG() 57 u32 BPF_PROG(sndbuf_expand, struct sock *sk) in BPF_PROG() 63 u32 BPF_PROG(undo_cwnd, struct sock *sk) in BPF_PROG() 70 void BPF_PROG(cwnd_event, struct sock *sk, enum tcp_ca_event event) in BPF_PROG() 78 u32 BPF_PROG(ssthresh, struct sock *sk) in BPF_PROG() 86 u32 BPF_PROG(min_tso_segs, struct sock *sk) in BPF_PROG() 92 void BPF_PROG(set_state, struct sock *sk, u8 new_state) in BPF_PROG() [all …]
|
/linux/net/tls/ |
H A D | tls_main.c | 131 void update_sk_prot(struct sock *sk, struct tls_context *ctx) in update_sk_prot() 141 int wait_on_pending_writer(struct sock *sk, long *timeo) in wait_on_pending_writer() 170 int tls_push_sg(struct sock *sk, in tls_push_sg() 228 static int tls_handle_open_record(struct sock *sk, int flags) in tls_handle_open_record() 238 int tls_process_cmsg(struct sock *sk, struct msghdr *msg, in tls_process_cmsg() 273 int tls_push_partial_record(struct sock *sk, struct tls_context *ctx, in tls_push_partial_record() 286 void tls_free_partial_record(struct sock *sk, struct tls_context *ctx) in tls_free_partial_record() 297 static void tls_write_space(struct sock *sk) in tls_write_space() 328 void tls_ctx_free(struct sock *sk, struct tls_context *ctx) in tls_ctx_free() 343 static void tls_sk_proto_cleanup(struct sock *sk, in tls_sk_proto_cleanup() [all …]
|