Lines Matching refs:cb
216 struct dn_skb_cb *cb = DN_SKB_CB(skb); in dn_long_output() local
237 lp->msgflg = DN_RT_PKT_LONG|(cb->rt_flags&(DN_RT_F_IE|DN_RT_F_RQR|DN_RT_F_RTS)); in dn_long_output()
239 dn_dn2eth(lp->d_id, cb->dst); in dn_long_output()
241 dn_dn2eth(lp->s_id, cb->src); in dn_long_output()
243 lp->visit_ct = cb->hops & 0x3f; in dn_long_output()
264 struct dn_skb_cb *cb = DN_SKB_CB(skb); in dn_short_output() local
283 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_short_output()
284 sp->dstnode = cb->dst; in dn_short_output()
285 sp->srcnode = cb->src; in dn_short_output()
286 sp->forward = cb->hops & 0x3f; in dn_short_output()
307 struct dn_skb_cb *cb = DN_SKB_CB(skb); in dn_phase3_output() local
325 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_phase3_output()
326 sp->dstnode = cb->dst & cpu_to_le16(0x03ff); in dn_phase3_output()
327 sp->srcnode = cb->src & cpu_to_le16(0x03ff); in dn_phase3_output()
328 sp->forward = cb->hops & 0x3f; in dn_phase3_output()