• Home
  • Raw
  • Download

Lines Matching defs:sk

77 static bool mptcp_is_tcpsk(struct sock *sk)  in mptcp_is_tcpsk()
104 struct sock *sk = (struct sock *)msk; in __mptcp_socket_create() local
123 static void mptcp_drop(struct sock *sk, struct sk_buff *skb) in mptcp_drop()
129 static bool mptcp_try_coalesce(struct sock *sk, struct sk_buff *to, in mptcp_try_coalesce()
164 struct sock *sk = (struct sock *)msk; in mptcp_data_queue_ofo() local
278 struct sock *sk = (struct sock *)msk; in __mptcp_move_skb() local
333 static void mptcp_stop_timer(struct sock *sk) in mptcp_stop_timer()
341 static void mptcp_close_wake_up(struct sock *sk) in mptcp_close_wake_up()
354 static bool mptcp_pending_data_fin_ack(struct sock *sk) in mptcp_pending_data_fin_ack()
363 static void mptcp_check_data_fin_ack(struct sock *sk) in mptcp_check_data_fin_ack()
385 static bool mptcp_pending_data_fin(struct sock *sk, u64 *seq) in mptcp_pending_data_fin()
405 static void mptcp_set_datafin_timeout(const struct sock *sk) in mptcp_set_datafin_timeout()
416 static void __mptcp_set_timeout(struct sock *sk, long tout) in __mptcp_set_timeout()
429 static void mptcp_set_timeout(struct sock *sk) in mptcp_set_timeout()
490 struct sock *sk = (struct sock *)msk; in mptcp_cleanup_rbuf() local
505 static bool mptcp_check_data_fin(struct sock *sk) in mptcp_check_data_fin()
560 struct sock *sk = (struct sock *)msk; in __mptcp_move_skbs_from_subflow() local
650 struct sock *sk = (struct sock *)msk; in __mptcp_ofo_queue() local
696 struct sock *sk = (struct sock *)msk; in move_skbs_to_msk() local
718 void mptcp_data_ready(struct sock *sk, struct sock *ssk) in mptcp_data_ready()
793 static bool mptcp_timer_pending(struct sock *sk) in mptcp_timer_pending()
798 static void mptcp_reset_timer(struct sock *sk) in mptcp_reset_timer()
811 bool mptcp_schedule_work(struct sock *sk) in mptcp_schedule_work()
824 void mptcp_subflow_eof(struct sock *sk) in mptcp_subflow_eof()
833 struct sock *sk = (struct sock *)msk; in mptcp_check_for_eof() local
870 struct sock *sk = (struct sock *)msk; in mptcp_subflow_recv_lookup() local
916 static void __mptcp_wmem_reserve(struct sock *sk, int size) in __mptcp_wmem_reserve()
952 static void __mptcp_update_wmem(struct sock *sk) in __mptcp_update_wmem()
971 static bool mptcp_wmem_alloc(struct sock *sk, int size) in mptcp_wmem_alloc()
997 static void mptcp_wmem_uncharge(struct sock *sk, int size) in mptcp_wmem_uncharge()
1006 static void __mptcp_mem_reclaim_partial(struct sock *sk) in __mptcp_mem_reclaim_partial()
1013 static void mptcp_mem_reclaim_partial(struct sock *sk) in mptcp_mem_reclaim_partial()
1032 static void dfrag_uncharge(struct sock *sk, int len) in dfrag_uncharge()
1038 static void dfrag_clear(struct sock *sk, struct mptcp_data_frag *dfrag) in dfrag_clear()
1047 static void __mptcp_clean_una(struct sock *sk) in __mptcp_clean_una()
1115 static void __mptcp_clean_una_wakeup(struct sock *sk) in __mptcp_clean_una_wakeup()
1124 static void mptcp_clean_una_wakeup(struct sock *sk) in mptcp_clean_una_wakeup()
1131 static void mptcp_enter_memory_pressure(struct sock *sk) in mptcp_enter_memory_pressure()
1151 static bool mptcp_page_frag_refill(struct sock *sk, struct page_frag *pfrag) in mptcp_page_frag_refill()
1215 static struct sk_buff *__mptcp_do_alloc_tx_skb(struct sock *sk, gfp_t gfp) in __mptcp_do_alloc_tx_skb()
1234 static struct sk_buff *__mptcp_alloc_tx_skb(struct sock *sk, struct sock *ssk, gfp_t gfp) in __mptcp_alloc_tx_skb()
1251 static struct sk_buff *mptcp_alloc_tx_skb(struct sock *sk, struct sock *ssk, bool data_lock_held) in mptcp_alloc_tx_skb()
1276 static int mptcp_sendmsg_frag(struct sock *sk, struct sock *ssk, in mptcp_sendmsg_frag()
1447 struct sock *sk = (struct sock *)msk; in mptcp_subflow_get_send() local
1513 static void mptcp_push_release(struct sock *sk, struct sock *ssk, in mptcp_push_release()
1546 void __mptcp_push_pending(struct sock *sk, unsigned int flags) in __mptcp_push_pending()
1609 static void __mptcp_subflow_push_pending(struct sock *sk, struct sock *ssk) in __mptcp_subflow_push_pending()
1672 static void mptcp_set_nospace(struct sock *sk) in mptcp_set_nospace()
1681 static int mptcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t len) in mptcp_sendmsg()
1853 struct sock *sk = (struct sock *)msk; in mptcp_rcv_space_adjust() local
1944 static void __mptcp_update_rmem(struct sock *sk) in __mptcp_update_rmem()
1956 static void __mptcp_splice_receive_queue(struct sock *sk) in __mptcp_splice_receive_queue()
1965 struct sock *sk = (struct sock *)msk; in __mptcp_move_skbs() local
2007 static int mptcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len, in mptcp_recvmsg()
2120 struct sock *sk = &icsk->icsk_inet.sk; in mptcp_retransmit_timer() local
2138 struct sock *sk = from_timer(sk, t, sk_timer); in mptcp_timeout_timer() local
2198 bool __mptcp_retransmit_pending_data(struct sock *sk) in __mptcp_retransmit_pending_data()
2244 static void __mptcp_close_ssk(struct sock *sk, struct sock *ssk, in __mptcp_close_ssk()
2293 void mptcp_close_ssk(struct sock *sk, struct sock *ssk, in mptcp_close_ssk()
2301 static unsigned int mptcp_sync_mss(struct sock *sk, u32 pmtu) in mptcp_sync_mss()
2326 static bool mptcp_check_close_timeout(const struct sock *sk) in mptcp_check_close_timeout()
2348 struct sock *sk = &msk->sk.icsk_inet.sk; in mptcp_check_fastclose() local
2375 static void __mptcp_retrans(struct sock *sk) in __mptcp_retrans()
2434 struct sock *sk = &msk->sk.icsk_inet.sk; in mptcp_worker() local
2478 static int __mptcp_init_sock(struct sock *sk) in __mptcp_init_sock()
2510 static int mptcp_init_sock(struct sock *sk) in mptcp_init_sock()
2547 static void __mptcp_clear_xmit(struct sock *sk) in __mptcp_clear_xmit()
2557 static void mptcp_cancel_work(struct sock *sk) in mptcp_cancel_work()
2565 void mptcp_subflow_shutdown(struct sock *sk, struct sock *ssk, int how) in mptcp_subflow_shutdown()
2617 static int mptcp_close_state(struct sock *sk) in mptcp_close_state()
2627 static void mptcp_check_send_data_fin(struct sock *sk) in mptcp_check_send_data_fin()
2653 static void __mptcp_wr_shutdown(struct sock *sk) in __mptcp_wr_shutdown()
2668 static void __mptcp_destroy_sock(struct sock *sk) in __mptcp_destroy_sock()
2707 static void mptcp_close(struct sock *sk, long timeout) in mptcp_close()
2787 static int mptcp_disconnect(struct sock *sk, int flags) in mptcp_disconnect()
2805 static struct ipv6_pinfo *mptcp_inet6_sk(const struct sock *sk) in mptcp_inet6_sk()
2813 struct sock *mptcp_sk_clone(const struct sock *sk, in mptcp_sk_clone()
2885 static struct sock *mptcp_accept(struct sock *sk, int flags, int *err, in mptcp_accept()
2935 struct sock *sk = (struct sock *)msk; in mptcp_destroy_common() local
2947 static void mptcp_destroy(struct sock *sk) in mptcp_destroy()
2955 void __mptcp_data_acked(struct sock *sk) in __mptcp_data_acked()
2966 void __mptcp_check_push(struct sock *sk, struct sock *ssk) in __mptcp_check_push()
2984 static void mptcp_release_cb(struct sock *sk) in mptcp_release_cb()
3060 struct sock *sk = subflow->conn; in mptcp_subflow_process_delegated() local
3077 static int mptcp_hash(struct sock *sk) in mptcp_hash()
3086 static void mptcp_unhash(struct sock *sk) in mptcp_unhash()
3091 static int mptcp_get_port(struct sock *sk, unsigned short snum) in mptcp_get_port()
3108 struct sock *sk; in mptcp_finish_connect() local
3139 void mptcp_sock_graft(struct sock *sk, struct socket *parent) in mptcp_sock_graft()
3201 static void mptcp_shutdown(struct sock *sk, int how) in mptcp_shutdown()
3435 struct sock *sk = (struct sock *)msk; in mptcp_check_writeable() local
3454 struct sock *sk = sock->sk; in mptcp_poll() local