Lines Matching refs:i_hdr
141 fr->i_hdr.i_pflag = 1; in llc_sendpdu()
142 fr->i_hdr.nr = lp->vr; in llc_sendpdu()
159 memcpy(fr->i_hdr.is_info, pdu_data, data_len); in llc_sendpdu()
207 fr->i_hdr.i_pflag = 1; /* p/f and seq numbers */ in llc_sendipdu()
208 fr->i_hdr.nr = lp->vr; in llc_sendipdu()
209 fr->i_hdr.ns = lp->vs; in llc_sendipdu()
259 fr->i_hdr.i_pflag = 1; in llc_resend_ipdu()
261 fr->i_hdr.i_pflag = 0; in llc_resend_ipdu()
275 fr->i_hdr.i_pflag = 0; in llc_resend_ipdu()
277 fr->i_hdr.nr = lp->vr; in llc_resend_ipdu()
278 fr->i_hdr.ns = lp->vs; in llc_resend_ipdu()
345 ns_save = fr->i_hdr.ns; in llc_free_acknowledged_skbs()