Searched refs:ax25_send_to_raw (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ax25.h | 321 void ax25_send_to_raw(ax25_address *, struct sk_buff *, int);
|
/kernel/linux/linux-5.10/net/ax25/ |
H A D | ax25_in.c | 232 ax25_send_to_raw(&dest, skb, skb->data[1]); in ax25_rcv()
|
H A D | af_ax25.c | 255 void ax25_send_to_raw(ax25_address *addr, struct sk_buff *skb, int proto) in ax25_send_to_raw() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ax25.h | 311 void ax25_send_to_raw(ax25_address *, struct sk_buff *, int);
|
/kernel/linux/linux-6.6/net/ax25/ |
H A D | ax25_in.c | 232 ax25_send_to_raw(&dest, skb, skb->data[1]); in ax25_rcv()
|
H A D | af_ax25.c | 259 void ax25_send_to_raw(ax25_address *addr, struct sk_buff *skb, int proto) in ax25_send_to_raw() function
|
Completed in 8 milliseconds