We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6687b19 commit c937aabCopy full SHA for c937aab
src/inet/nlas.rs
@@ -154,7 +154,7 @@ pub struct MemInfo {
154
/// Memory used for packets that have been passed down the network
155
/// stack, i.e. that are either in the QDisc or device driver
156
/// queues. This attribute is known as `sk_wmem_alloc` in the
157
- /// kernel. See also [`send_queue`].
+ /// kernel. See also [`send_queue`](#structfield.send_queue).
158
pub bottom_send_queues: u32,
159
/// The amount of memory already allocated for this socket but
160
/// currently unused. When more memory is needed either for
0 commit comments