• Home
  • Raw
  • Download

Lines Matching defs:sk

59 int llc_conn_state_process(struct sock *sk, struct sk_buff *skb)  in llc_conn_state_process()
196 void llc_conn_send_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_send_pdu()
212 void llc_conn_rtn_pdu(struct sock *sk, struct sk_buff *skb) in llc_conn_rtn_pdu()
229 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()
272 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()
312 int llc_conn_remove_acked_pdus(struct sock *sk, u8 nr, u16 *how_many_unacked) in llc_conn_remove_acked_pdus()
346 static void llc_conn_send_pdus(struct sock *sk) in llc_conn_send_pdus()
375 static int llc_conn_service(struct sock *sk, struct sk_buff *skb) in llc_conn_service()
405 static struct llc_conn_state_trans *llc_qualify_conn_ev(struct sock *sk, in llc_qualify_conn_ev()
452 static int llc_exec_conn_trans_actions(struct sock *sk, in llc_exec_conn_trans_actions()
475 const struct sock *sk) in llc_estab_match()
537 struct sock *sk; in llc_lookup_established() local
547 const struct sock *sk) in llc_listener_match()
618 struct sock *sk = __llc_lookup_established(sap, daddr, laddr); in __llc_lookup() local
713 void llc_sap_add_socket(struct llc_sap *sap, struct sock *sk) in llc_sap_add_socket()
737 void llc_sap_remove_socket(struct llc_sap *sap, struct sock *sk) in llc_sap_remove_socket()
756 static int llc_conn_rcv(struct sock *sk, struct sk_buff *skb) in llc_conn_rcv()
765 static struct sock *llc_create_incoming_sock(struct sock *sk, in llc_create_incoming_sock()
790 struct sock *sk; in llc_conn_handler() local
864 static int llc_backlog_rcv(struct sock *sk, struct sk_buff *skb) in llc_backlog_rcv()
897 static void llc_sk_init(struct sock *sk) in llc_sk_init()
939 struct sock *sk = sk_alloc(net, family, priority, prot); in llc_sk_alloc() local
960 void llc_sk_free(struct sock *sk) in llc_sk_free()
997 void llc_sk_reset(struct sock *sk) in llc_sk_reset()