Searched refs:ax25_send_frame (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/net/ax25/ |
H A D | ax25_out.c | 35 ax25_cb *ax25_send_frame(struct sk_buff *skb, int paclen, ax25_address *src, ax25_address *dest, ax25_digi *digi, struct net_device *dev) ax25_send_frame() function 111 EXPORT_SYMBOL(ax25_send_frame); variable
|
H A D | ax25_ip.c | 175 ax25=ax25_send_frame( ax25_ip_xmit()
|
/linux-4.4.14/net/rose/ |
H A D | rose_link.c | 96 * Interface to ax25_send_frame. Changes my level 2 callsign depending 111 neigh->ax25 = ax25_send_frame(skb, 260, rose_call, &neigh->callsign, neigh->digipeat, neigh->dev); rose_send_frame()
|
/linux-4.4.14/include/net/ |
H A D | ax25.h | 388 ax25_cb *ax25_send_frame(struct sk_buff *, int, ax25_address *, ax25_address *,
|
/linux-4.4.14/net/netrom/ |
H A D | nr_route.c | 850 nr_neigh->ax25 = ax25_send_frame(skb, 256, nr_route_frame()
|
Completed in 253 milliseconds