Lines Matching defs:sk
61 int llc_conn_state_process(struct sock *sk, struct sk_buff *skb) in llc_conn_state_process()
177 void llc_conn_send_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_send_pdu()
193 void llc_conn_rtn_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_rtn_pdu()
210 void llc_conn_resend_i_pdu_as_cmd(struct sock *sk, u8 nr, u8 first_p_bit) in llc_conn_resend_i_pdu_as_cmd()
253 void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, u8 first_f_bit) in llc_conn_resend_i_pdu_as_rsp()
293 int llc_conn_remove_acked_pdus(struct sock *sk, u8 nr, u16 *how_many_unacked) in llc_conn_remove_acked_pdus()
327 static void llc_conn_send_pdus(struct sock *sk) in llc_conn_send_pdus()
356 static int llc_conn_service(struct sock *sk, struct sk_buff *skb) in llc_conn_service()
386 static struct llc_conn_state_trans *llc_qualify_conn_ev(struct sock *sk, in llc_qualify_conn_ev()
433 static int llc_exec_conn_trans_actions(struct sock *sk, in llc_exec_conn_trans_actions()
456 const struct sock *sk) in llc_estab_match()
518 struct sock *sk; in llc_lookup_established() local
528 const struct sock *sk) in llc_listener_match()
599 struct sock *sk = __llc_lookup_established(sap, daddr, laddr); in __llc_lookup() local
694 void llc_sap_add_socket(struct llc_sap *sap, struct sock *sk) in llc_sap_add_socket()
718 void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk) in llc_sap_remove_socket()
737 static int llc_conn_rcv(struct sock *sk, struct sk_buff *skb) in llc_conn_rcv()
746 static struct sock *llc_create_incoming_sock(struct sock *sk, in llc_create_incoming_sock()
771 struct sock *sk; in llc_conn_handler() local
845 static int llc_backlog_rcv(struct sock *sk, struct sk_buff *skb) in llc_backlog_rcv()
878 static void llc_sk_init(struct sock *sk) in llc_sk_init()
920 struct sock *sk = sk_alloc(net, family, priority, prot, kern); in llc_sk_alloc() local
935 void llc_sk_stop_all_timers(struct sock *sk, bool sync) in llc_sk_stop_all_timers()
961 void llc_sk_free(struct sock *sk) in llc_sk_free()
998 void llc_sk_reset(struct sock *sk) in llc_sk_reset()