CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/22 15:56:35
Modified files:
sys/sys : mbuf.h
sys/kern : uipc_mbuf.c
Log message:
add ml_hdatalen and mq_hdatalen as workalikes of ifq_hdatalen.
this is so pppx(4) and the upcoming pppac(4) can give kq read data
dn FIONREAD values that makes sense like the ones tun(4) and tap(4)
provide with ifq_hdatalen.
