Searched refs:capi_select_proto_req (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/drivers/isdn/pcbit/
H A Dcallbacks.c113 if ((len = capi_select_proto_req(chan, &skb, 1 /*outgoing*/)) < 0) { cb_out_2()
114 printk("capi_select_proto_req failed\n"); cb_out_2()
223 if ((len = capi_select_proto_req(chan, &skb, 0 /*incoming*/)) < 0) cb_in_3()
225 printk("capi_select_proto_req failed\n"); cb_in_3()
H A Dcapi.h42 extern int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb,
H A Dcapi.c197 int capi_select_proto_req(struct pcbit_chan *chan, struct sk_buff **skb, capi_select_proto_req() function
207 printk(KERN_WARNING "capi_select_proto_req: alloc_skb failed\n"); capi_select_proto_req()

Completed in 88 milliseconds