Lines Matching refs:callref
143 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_resp()
163 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_active_req()
166 printk(KERN_DEBUG "Call Reference: %04x\n", chan->callref); in capi_conn_active_req()
191 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_conn_active_resp()
211 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_select_proto_req()
272 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_activate_transp_req()
309 *((u16 *) (skb->data)) = chan->callref; in capi_tdata_req()
330 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_tdata_resp()
338 int capi_disc_req(ushort callref, struct sk_buff **skb, u_char cause) in capi_disc_req() argument
347 *((ushort *)skb_put(*skb, 2)) = callref; in capi_disc_req()
370 *((ushort *)skb_put(*skb, 2)) = chan->callref; in capi_disc_resp()
388 chan->callref = *((ushort *)skb->data); in capi_decode_conn_ind()
392 printk(KERN_DEBUG "Call Reference: %04x\n", chan->callref); in capi_decode_conn_ind()
498 chan->callref = *((ushort *)skb->data); /* Update CallReference */ in capi_decode_conn_conf()