tag | line | file | source code |
---|---|---|---|
ax25_queue_length | 240 | include/net/ax25.h | extern int ax25_queue_length(ax25_cb *, struct sk_buff *); /* dl1bke 960327 */ |
ax25_queue_length | 785 | net/ax25/af_ax25.c | if (ax25_queue_length(ax25, skb) > ax25->maxqueue * ax25->window) { |