Home
last modified time | relevance | path

Searched refs:b_lim (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/sys/contrib/ngatm/netnatm/
Dunimsg.h51 u_char *b_lim; /* end of data buffer */ member
58 #define uni_msg_space(M) ((size_t)((M)->b_lim - (M)->b_wptr))
64 #define uni_msg_size(M) ((size_t)((M)->b_lim - (M)->b_buf));
/freebsd-12-stable/contrib/ngatm/libngatm/
Dunimsg.c63 m->b_lim = m->b_buf + s; in uni_msg_alloc()
99 m->b_lim = m->b_buf + newsize; in uni_msg_extend()
238 if ((msg = uni_msg_alloc(inp->b_lim - inp->b_buf)) == NULL) in uni_msg_dup()
/freebsd-12-stable/sys/netgraph/atm/
Dngatmbase.c112 m->b_lim = m->b_buf + s; in uni_msg_extend()
265 m->msg.b_lim = m->msg.b_buf + s; in _uni_msg_alloc()
379 m->b_lim = m->b_buf + s; in uni_msg_alloc()