Lines Matching refs:llt_ndlc
46 int ndlc_open(struct llt_ndlc *ndlc)
55 void ndlc_close(struct llt_ndlc *ndlc)
73 int ndlc_send(struct llt_ndlc *ndlc, struct sk_buff *skb)
88 static void llt_ndlc_send_queue(struct llt_ndlc *ndlc)
122 static void llt_ndlc_requeue_data_pending(struct llt_ndlc *ndlc)
147 static void llt_ndlc_rcv_queue(struct llt_ndlc *ndlc)
198 struct llt_ndlc *ndlc = container_of(work, struct llt_ndlc, sm_work);
223 void ndlc_recv(struct llt_ndlc *ndlc, struct sk_buff *skb)
240 struct llt_ndlc *ndlc = from_timer(ndlc, t, t1_timer);
247 struct llt_ndlc *ndlc = from_timer(ndlc, t, t2_timer);
254 struct llt_ndlc **ndlc_id, struct st_nci_se_status *se_status)
256 struct llt_ndlc *ndlc;
258 ndlc = devm_kzalloc(dev, sizeof(struct llt_ndlc), GFP_KERNEL);
283 void ndlc_remove(struct llt_ndlc *ndlc)