Searched refs:lapb_transmit_buffer (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/net/lapb/ |
A D | lapb_out.c | 63 lapb_transmit_buffer(lapb, skb, LAPB_COMMAND); in lapb_send_iframe() 115 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *skb, int type) in lapb_transmit_buffer() function
|
A D | lapb_subr.c | 251 lapb_transmit_buffer(lapb, skb, type); in lapb_send_control() 298 lapb_transmit_buffer(lapb, skb, LAPB_RESPONSE); in lapb_transmit_frmr()
|
/linux-6.3-rc2/include/net/ |
A D | lapb.h | 124 void lapb_transmit_buffer(struct lapb_cb *lapb, struct sk_buff *, int);
|
Completed in 6 milliseconds