Searched refs:ax25_output (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_out.c | 52 ax25_output(ax25, paclen, skb); in ax25_send_frame() 103 ax25_output(ax25, paclen, skb); in ax25_send_frame() 116 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() function 146 printk(KERN_CRIT "AX.25: ax25_output - out of memory\n"); in ax25_output()
|
H A D | af_ax25.c | 1623 ax25_output(ax25, ax25->paclen, skb); in ax25_sendmsg()
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_out.c | 52 ax25_output(ax25, paclen, skb); in ax25_send_frame() 103 ax25_output(ax25, paclen, skb); in ax25_send_frame() 116 void ax25_output(ax25_cb *ax25, int paclen, struct sk_buff *skb) in ax25_output() function 146 printk(KERN_CRIT "AX.25: ax25_output - out of memory\n"); in ax25_output()
|
H A D | af_ax25.c | 1632 ax25_output(ax25, ax25->paclen, skb); in ax25_sendmsg()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ax25.h | 418 void ax25_output(ax25_cb *, int, struct sk_buff *);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ax25.h | 409 void ax25_output(ax25_cb *, int, struct sk_buff *);
|
Completed in 7 milliseconds