INP_INLBGROUP
if ((inp->inp_flags & INP_INLBGROUP) != 0) {
if ((inp->inp_flags & INP_INLBGROUP) != 0)
if (connected && (inp->inp_flags & INP_INLBGROUP) != 0)
inp->inp_flags |= INP_INLBGROUP;
MPASS(inp->inp_flags & INP_INLBGROUP);
inp->inp_flags &= ~INP_INLBGROUP;
inp->inp_flags &= ~INP_INLBGROUP;