Searched refs:ax25_send_frame (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/net/ax25/ |
D | ax25_out.c | 32 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, const ax25_address *src, ax25_address *de… in ax25_send_frame() function 108 EXPORT_SYMBOL(ax25_send_frame);
|
D | ax25_ip.c | 173 ax25=ax25_send_frame( in ax25_ip_xmit()
|
/linux-6.1.9/net/rose/ |
D | rose_link.c | 106 neigh->ax25 = ax25_send_frame(skb, 260, rose_call, &neigh->callsign, neigh->digipeat, neigh->dev); in rose_send_frame()
|
/linux-6.1.9/include/net/ |
D | ax25.h | 410 ax25_cb *ax25_send_frame(struct sk_buff *, int, const ax25_address *,
|
/linux-6.1.9/net/netrom/ |
D | nr_route.c | 827 nr_neigh->ax25 = ax25_send_frame(skb, 256, in nr_route_frame()
|