NetBuf_RxLargePoolStatGet

Get an interface’s large receive buffers’ statistics pool.

Files

net_buf.h/net_buf.c

Prototype

      NET_STAT_POOL NetBuf_RxLargePoolStatGet(NET_IF_NBR if_nbr);

Arguments

if_nbr

Interface number to get Network Buffer statistics.

Returned Value

Large receive buffers’ statistics pool, if no errors.

NULL statistics pool, otherwise.

Required Configuration

None.

Notes / Warnings

None.