Searched refs:first_f_bit (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/include/net/
H A Dllc_conn.h109 void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, u8 first_f_bit);
/linux-4.4.14/net/llc/
H A Dllc_conn.c266 * @first_f_bit: f_bit value of first pdu.
269 * response PDU with F bit equal first_f_bit; if more than one send
272 void llc_conn_resend_i_pdu_as_rsp(struct sock *sk, u8 nr, u8 first_f_bit) llc_conn_resend_i_pdu_as_rsp() argument
290 llc_pdu_set_pf_bit(skb, first_f_bit); llc_conn_resend_i_pdu_as_rsp()
292 first_f_bit = 0; llc_conn_resend_i_pdu_as_rsp()

Completed in 60 milliseconds