Lines Matching refs:inp_flags
128 if (inp && (inp->inp_flags & INP_IPV6) != 0) in ip_output()
1036 inp->inp_flags |= bit; \
1038 inp->inp_flags &= ~bit;
1073 inp->inp_flags &= ~(INP_LOWPORT);
1074 inp->inp_flags &= ~(INP_HIGHPORT);
1078 inp->inp_flags &= ~(INP_LOWPORT);
1079 inp->inp_flags |= INP_HIGHPORT;
1083 inp->inp_flags &= ~(INP_HIGHPORT);
1084 inp->inp_flags |= INP_LOWPORT;
1365 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0)
1394 if (inp->inp_flags & INP_HIGHPORT)
1396 else if (inp->inp_flags & INP_LOWPORT)