INP_OUTBOUND_POLICY
if (inp->inp_sp->flags & INP_OUTBOUND_POLICY)
if (inp->inp_sp->flags & INP_OUTBOUND_POLICY)
flags &= INP_OUTBOUND_POLICY;
if ((inp_sp->flags & INP_OUTBOUND_POLICY) != 0)
INP_INBOUND_POLICY | INP_OUTBOUND_POLICY)) == 0,
if (old->inp_sp->flags & INP_OUTBOUND_POLICY) {
new->inp_sp->flags |= INP_OUTBOUND_POLICY;
flags = INP_OUTBOUND_POLICY;
flags &= INP_OUTBOUND_POLICY;