Searched defs:llc (Results 1 – 13 of 13) sorted by relevance
/net/llc/ |
D | llc_c_ac.c | 47 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_clear_remote_busy() local 134 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_rst_ind() local 191 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_stop_rej_tmr_if_data_flag_eq_2() local 201 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_disc_cmd_p_set_x() local 226 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_dm_rsp_f_set_p() local 252 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_dm_rsp_f_set_1() local 279 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_frmr_rsp_f_set_x() local 310 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_resend_frmr_rsp_f_set_0() local 339 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_resend_frmr_rsp_f_set_p() local 367 struct llc_sock *llc = llc_sk(sk); in llc_conn_ac_send_i_cmd_p_set_1() local [all …]
|
D | llc_conn.c | 64 struct llc_sock *llc = llc_sk(skb->sk); in llc_conn_state_process() local 215 struct llc_sock *llc; in llc_conn_resend_i_pdu_as_cmd() local 257 struct llc_sock *llc = llc_sk(sk); in llc_conn_resend_i_pdu_as_rsp() local 299 struct llc_sock *llc = llc_sk(sk); in llc_conn_remove_acked_pdus() local 359 struct llc_sock *llc = llc_sk(sk); in llc_conn_service() local 392 struct llc_sock *llc = llc_sk(sk); in llc_qualify_conn_ev() local 458 struct llc_sock *llc = llc_sk(sk); in llc_estab_match() local 530 struct llc_sock *llc = llc_sk(sk); in llc_listener_match() local 696 struct llc_sock *llc = llc_sk(sk); in llc_sap_add_socket() local 721 struct llc_sock *llc = llc_sk(sk); in llc_sap_remove_socket() local [all …]
|
D | af_llc.c | 129 struct llc_sock* llc = llc_sk(sk); in llc_ui_send_data() local 203 struct llc_sock *llc; in llc_ui_release() local 280 struct llc_sock *llc = llc_sk(sk); in llc_ui_autobind() local 344 struct llc_sock *llc = llc_sk(sk); in llc_ui_bind() local 483 struct llc_sock *llc = llc_sk(sk); in llc_ui_connect() local 621 struct llc_sock *llc = llc_sk(sk); in llc_ui_wait_for_busy_core() local 673 struct llc_sock *llc = llc_sk(skb->sk); in llc_cmsg_rcv() local 700 struct llc_sock *llc, *newllc; in llc_ui_accept() local 766 struct llc_sock *llc = llc_sk(sk); in llc_ui_recvmsg() local 934 struct llc_sock *llc = llc_sk(sk); in llc_ui_sendmsg() local [all …]
|
D | llc_proc.c | 83 struct llc_sock *llc; in llc_seq_next() local 118 struct llc_sock *llc = llc_sk(sk); in llc_seq_stop() local 129 struct llc_sock *llc; in llc_seq_socket_show() local 178 struct llc_sock *llc; in llc_seq_core_show() local
|
D | llc_if.c | 48 struct llc_sock *llc = llc_sk(sk); in llc_build_and_send_pkt() local 88 struct llc_sock *llc = llc_sk(sk); in llc_establish_connection() local
|
D | llc_sap.c | 299 struct llc_sock *llc = llc_sk(sk); in llc_dgram_match() local 355 struct llc_sock *llc = llc_sk(sk); in llc_mcast_match() local 396 struct llc_sock *llc; in llc_sap_mcast() local
|
D | llc_c_ev.c | 80 struct llc_sock *llc = llc_sk(sk); in llc_util_nr_inside_tx_window() local
|
/net/nfc/hci/ |
D | llc.c | 96 struct nfc_llc *llc; in nfc_llc_allocate() local 119 void nfc_llc_free(struct nfc_llc *llc) in nfc_llc_free() 125 int nfc_llc_start(struct nfc_llc *llc) in nfc_llc_start() 131 int nfc_llc_stop(struct nfc_llc *llc) in nfc_llc_stop() 137 void nfc_llc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in nfc_llc_rcv_from_drv() 142 int nfc_llc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in nfc_llc_xmit_from_hci() 147 void *nfc_llc_get_data(struct nfc_llc *llc) in nfc_llc_get_data()
|
D | llc_nop.c | 45 static void llc_nop_deinit(struct nfc_llc *llc) in llc_nop_deinit() 50 static int llc_nop_start(struct nfc_llc *llc) in llc_nop_start() 55 static int llc_nop_stop(struct nfc_llc *llc) in llc_nop_stop() 60 static void llc_nop_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in llc_nop_rcv_from_drv() 67 static int llc_nop_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in llc_nop_xmit_from_hci()
|
D | llc_shdlc.c | 778 static void llc_shdlc_deinit(struct nfc_llc *llc) in llc_shdlc_deinit() 789 static int llc_shdlc_start(struct nfc_llc *llc) in llc_shdlc_start() 796 static int llc_shdlc_stop(struct nfc_llc *llc) in llc_shdlc_stop() 805 static void llc_shdlc_rcv_from_drv(struct nfc_llc *llc, struct sk_buff *skb) in llc_shdlc_rcv_from_drv() 812 static int llc_shdlc_xmit_from_hci(struct nfc_llc *llc, struct sk_buff *skb) in llc_shdlc_xmit_from_hci()
|
/net/smc/ |
D | smc_llc.c | 870 struct smc_llc_msg_add_link *llc = &qentry->msg.add_link; in smc_llc_cli_add_link() local 957 static bool smc_llc_is_empty_llc_message(union smc_llc_msg *llc) in smc_llc_is_empty_llc_message() 967 static bool smc_llc_is_local_add_link(union smc_llc_msg *llc) in smc_llc_is_local_add_link() 1458 struct smc_llc_msg_confirm_rkey *llc; in smc_llc_rmt_conf_rkey() local 1495 struct smc_llc_msg_delete_rkey *llc; in smc_llc_rmt_delete_rkey() local 1542 union smc_llc_msg *llc = &qentry->msg; in smc_llc_event_handler() local 1703 static void smc_llc_enqueue(struct smc_link *link, union smc_llc_msg *llc) in smc_llc_enqueue() 1733 union smc_llc_msg *llc = buf; in smc_llc_rx_handler() local
|
/net/openvswitch/ |
D | flow.c | 376 struct llc_snap_hdr *llc; in parse_ethertype() local
|
/net/atm/ |
D | clip.c | 742 int svc, llc, off; in atmarp_info() local
|