Searched refs:inp_flags2 (Results 1 - 9 of 9) sorted by relevance

/freebsd-11.0-release/sys/netinet/
H A Din_pcbgroup.c315 if (inp->inp_flags2 & INP_RSS_BUCKET_SET)
331 KASSERT(!(inp->inp_flags2 & INP_PCBGROUPWILD),
340 inp->inp_flags2 |= INP_PCBGROUPWILD;
352 KASSERT((inp->inp_flags2 & INP_PCBGROUPWILD),
361 inp->inp_flags2 &= ~INP_PCBGROUPWILD;
373 if (inp->inp_flags2 & INP_RSS_BUCKET_SET)
391 if (wildcard_needed && !(inp->inp_flags2 & INP_PCBGROUPWILD))
393 else if (!wildcard_needed && (inp->inp_flags2 & INP_PCBGROUPWILD))
436 if (inp->inp_flags2 & INP_RSS_BUCKET_SET) {
480 if (!(inp->inp_flags2
[all...]
H A Dip_output.c956 inp->inp_flags2 |= INP_REUSEADDR;
958 inp->inp_flags2 &= ~INP_REUSEADDR;
965 inp->inp_flags2 |= INP_REUSEPORT;
967 inp->inp_flags2 &= ~INP_REUSEPORT;
1075 inp->inp_flags2 |= bit; \
1077 inp->inp_flags2 &= ~bit; \
1266 #define OPTBIT2(bit) (inp->inp_flags2 & bit ? 1 : 0)
H A Din_pcb.c503 if ((inp->inp_flags2 & INP_REUSEPORT) != 0)
505 if ((inp->inp_flags2 & INP_REUSEADDR) != 0)
524 if ((ni->inp_flags2 & INP_BINDMULTI) &&
530 if ((ni->inp_flags2 & INP_BINDMULTI) &&
531 ((oi->inp_flags2 & INP_BINDMULTI) == 0))
644 ((inp->inp_flags2 & INP_BINDMULTI) == 0) &&
650 (t->inp_flags2 & INP_REUSEPORT) == 0) &&
678 ((inp->inp_flags2 & INP_BINDMULTI) == 0) &&
1201 if (inp->inp_flags2 & INP_FREED) {
1230 if (inp->inp_flags2
[all...]
H A Dip_input.c1246 if (inp->inp_flags2 & INP_RECVFLOWID) {
1267 if (inp->inp_flags2 & INP_RECVRSSBUCKETID) {
H A Din_pcb.h198 int inp_flags2; /* (i) generic IP/datagram flags #2*/ member in struct:inpcb
607 * Flags for inp_flags2.
/freebsd-11.0-release/sys/netinet6/
H A Din6_pcbgroup.c145 if (inp->inp_flags2 & INP_RSS_BUCKET_SET)
H A Din6_pcb.c209 ((inp->inp_flags2 & INP_BINDMULTI) == 0) &&
215 (t->inp_flags2 & INP_REUSEPORT) == 0) &&
239 ((inp->inp_flags2 & INP_BINDMULTI) == 0) &&
H A Dip6_output.c1404 in6p->inp_flags2 |= INP_REUSEADDR;
1406 in6p->inp_flags2 &= ~INP_REUSEADDR;
1413 in6p->inp_flags2 |= INP_REUSEPORT;
1415 in6p->inp_flags2 &= ~INP_REUSEPORT;
1547 in6p->inp_flags2 |= bit; \
1549 in6p->inp_flags2 &= ~bit; \
1552 #define OPTBIT2(bit) (in6p->inp_flags2 & (bit) ? 1 : 0)
H A Dip6_input.c1456 if (in6p->inp_flags2 & INP_RECVFLOWID) {
1477 if (in6p->inp_flags2 & INP_RECVRSSBUCKETID) {

Completed in 81 milliseconds