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()
263 struct dn_skb_cb *cb = DN_SKB_CB(skb); in dn_short_output() local
282 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_short_output()
283 sp->dstnode = cb->dst; in dn_short_output()
284 sp->srcnode = cb->src; in dn_short_output()
285 sp->forward = cb->hops & 0x3f; in dn_short_output()
305 struct dn_skb_cb *cb = DN_SKB_CB(skb); in dn_phase3_output() local
323 sp->msgflg = DN_RT_PKT_SHORT|(cb->rt_flags&(DN_RT_F_RQR|DN_RT_F_RTS)); in dn_phase3_output()
324 sp->dstnode = cb->dst & cpu_to_le16(0x03ff); in dn_phase3_output()
325 sp->srcnode = cb->src & cpu_to_le16(0x03ff); in dn_phase3_output()
326 sp->forward = cb->hops & 0x3f; in dn_phase3_output()