Lines Matching refs:ntf
225 struct node_rx_pdu *ntf; in lp_enc_ntf() local
229 ntf = ctx->node_ref.rx; in lp_enc_ntf()
231 LL_ASSERT(ntf); in lp_enc_ntf()
233 ntf->hdr.type = NODE_RX_TYPE_DC_PDU; in lp_enc_ntf()
234 ntf->hdr.handle = conn->lll.handle; in lp_enc_ntf()
235 pdu = (struct pdu_data *)ntf->pdu; in lp_enc_ntf()
244 ntf->hdr.type = NODE_RX_TYPE_ENC_REFRESH; in lp_enc_ntf()
751 struct node_rx_pdu *ntf; in rp_enc_ntf_ltk() local
756 ntf = ctx->node_ref.rx; in rp_enc_ntf_ltk()
758 LL_ASSERT(ntf); in rp_enc_ntf_ltk()
760 piggy_back = (ntf->hdr.type != NODE_RX_TYPE_RETAIN); in rp_enc_ntf_ltk()
762 ntf->hdr.type = NODE_RX_TYPE_DC_PDU; in rp_enc_ntf_ltk()
763 ntf->hdr.handle = conn->lll.handle; in rp_enc_ntf_ltk()
764 pdu = (struct pdu_data *)ntf->pdu; in rp_enc_ntf_ltk()
770 ll_rx_put_sched(ntf->hdr.link, ntf); in rp_enc_ntf_ltk()
777 struct node_rx_pdu *ntf; in rp_enc_ntf() local
781 ntf = ctx->node_ref.rx; in rp_enc_ntf()
783 LL_ASSERT(ntf); in rp_enc_ntf()
785 ntf->hdr.type = NODE_RX_TYPE_DC_PDU; in rp_enc_ntf()
786 ntf->hdr.handle = conn->lll.handle; in rp_enc_ntf()
787 pdu = (struct pdu_data *)ntf->pdu; in rp_enc_ntf()
795 ntf->hdr.type = NODE_RX_TYPE_ENC_REFRESH; in rp_enc_ntf()