Searched refs:ax25_send_frame (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/net/ax25/ |
D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax… in ax25_send_frame() function 111 EXPORT_SYMBOL(ax25_send_frame);
|
D | ax25_ip.c | 175 ax25=ax25_send_frame( in ax25_ip_xmit()
|
/Linux-v4.19/net/rose/ |
D | rose_link.c | 109 neigh->ax25 = ax25_send_frame(skb, 260, rose_call, &neigh->callsign, neigh->digipeat, neigh->dev); in rose_send_frame()
|
/Linux-v4.19/include/net/ |
D | ax25.h | 392 ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *,
|
/Linux-v4.19/net/netrom/ |
D | nr_route.c | 826 nr_neigh->ax25 = ax25_send_frame(skb, 256, in nr_route_frame()
|