Searched refs:inp_flags (Results 1 - 25 of 38) sorted by relevance

12

/freebsd-11.0-release/sys/netinet/
H A Dtcp_usrreq.c184 if (inp->inp_flags & INP_TIMEWAIT) {
212 if (inp->inp_flags & INP_DROPPED) {
231 if (inp->inp_flags & INP_DROPPED ||
297 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
339 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
349 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
390 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
436 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
447 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
506 if (inp->inp_flags
[all...]
H A Din_pcb.c319 inp->inp_flags |= IN6P_IPV6_V6ONLY;
329 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
366 inp->inp_flags |= INP_ANONPORT;
397 if (inp->inp_flags & INP_HIGHPORT) {
401 } else if (inp->inp_flags & INP_LOWPORT) {
619 if ((inp->inp_flags & INP_BINDANY) == 0 &&
645 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
666 if (t && (t->inp_flags & INP_TIMEWAIT)) {
751 inp->inp_flags |= INP_ANONPORT;
1343 inp->inp_flags |
2482 db_print_inpflags(int inp_flags) argument
[all...]
H A Dtcp_timewait.c338 inp->inp_flags |= INP_TIMEWAIT;
345 if (inp->inp_flags & INP_SOCKREF) {
348 inp->inp_flags &= ~INP_SOCKREF;
469 KASSERT((inp->inp_flags & INP_TIMEWAIT), ("tcp_twclose: !timewait"));
486 if (inp->inp_flags & INP_SOCKREF) {
487 inp->inp_flags &= ~INP_SOCKREF;
H A Dip_output.c1066 inp->inp_flags |= bit; \
1068 inp->inp_flags &= ~bit; \
1171 inp->inp_flags &= ~(INP_LOWPORT);
1172 inp->inp_flags &= ~(INP_HIGHPORT);
1176 inp->inp_flags &= ~(INP_LOWPORT);
1177 inp->inp_flags |= INP_HIGHPORT;
1181 inp->inp_flags &= ~(INP_HIGHPORT);
1182 inp->inp_flags |= INP_LOWPORT;
1265 #define OPTBIT(bit) (inp->inp_flags & bit ? 1 : 0)
1289 if (inp->inp_flags
[all...]
H A Draw_ip.c257 if ((last->inp_flags & INP_CONTROLOPTS) ||
452 if ((inp->inp_flags & INP_HDRINCL) == 0) {
464 if (inp->inp_flags & INP_DONTFRAG)
531 if (inp->inp_flags & INP_ONESBCAST)
584 optval = inp->inp_flags & INP_HDRINCL;
642 inp->inp_flags |= INP_HDRINCL;
644 inp->inp_flags &= ~INP_HDRINCL;
933 (inp->inp_flags & INP_BINDANY) == 0 &&
H A Dtoecore.c196 if (inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT))
371 if ((inp->inp_flags & INP_TIMEWAIT) && th != NULL) {
482 if (!(inp->inp_flags & INP_DROPPED)) {
H A Dtcp_subr.c1312 if (!(inp->inp_flags & INP_TIMEWAIT) &&
1564 if (inp->inp_flags & INP_SOCKREF) {
1567 inp->inp_flags &= ~INP_SOCKREF;
1602 if (inpb->inp_flags & INP_TIMEWAIT)
1640 if ((inp->inp_flags & INP_TIMEWAIT) ||
1641 (inp->inp_flags & INP_DROPPED))
1742 if (inp->inp_flags & INP_TIMEWAIT) {
1775 else if (inp->inp_flags & INP_TIMEWAIT) {
1980 if (!(inp->inp_flags & INP_TIMEWAIT) &&
1981 !(inp->inp_flags
[all...]
H A Din_pcbgroup.c481 !(inp->inp_flags & INP_DROPPED)) {
512 !(inp->inp_flags & INP_DROPPED)) {
H A Dip_input.c1174 if (inp->inp_flags & INP_RECVDSTADDR) {
1180 if (inp->inp_flags & INP_RECVTTL) {
1192 if (inp->inp_flags & INP_RECVOPTS) {
1199 if (inp->inp_flags & INP_RECVRETOPTS) {
1206 if (inp->inp_flags & INP_RECVIF) {
1239 if (inp->inp_flags & INP_RECVTOS) {
H A Dtcp_timer.c292 if ((inp->inp_flags & INP_DROPPED) != 0) {
333 if ((inp->inp_flags & INP_DROPPED) != 0) {
356 if ((inp->inp_flags & INP_TIMEWAIT) != 0) {
414 if ((inp->inp_flags & INP_DROPPED) != 0) {
514 if ((inp->inp_flags & INP_DROPPED) != 0) {
596 if ((inp->inp_flags & INP_DROPPED) != 0) {
H A Dudp_usrreq.c358 if (inp->inp_flags & INP_CONTROLOPTS ||
1385 inp->inp_flags |= INP_ANONPORT;
1449 if (inp->inp_flags & INP_DONTFRAG) {
1461 if (inp->inp_flags & INP_ONESBCAST)
1473 if (inp->inp_flags & INP_ONESBCAST)
1483 if (inp->inp_flags & INP_ONESBCAST)
H A Dsctp_os_bsd.h384 #define SCTP_IPV6_V6ONLY(inp) (((struct inpcb *)inp)->inp_flags & IN6P_IPV6_V6ONLY)
H A Dtcp_syncache.c758 inp->inp_flags |= oinp->inp_flags & INP_CONTROLOPTS;
1200 (inp->inp_flags & IN6P_AUTOFLOWLABEL))
2015 if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL)
/freebsd-11.0-release/sys/netinet6/
H A Din6_pcb.c137 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
153 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
173 (inp->inp_flags & INP_BINDANY) == 0) {
210 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
230 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
240 ((t->inp_flags &
256 if (t && (t->inp_flags & INP_TIMEWAIT)) {
271 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
278 if (t && t->inp_flags & INP_TIMEWAIT) {
429 if (inp->inp_flags
[all...]
H A Dudp6_usrreq.c174 if (inp->inp_flags & INP_CONTROLOPTS ||
725 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
779 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
980 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
1019 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
1104 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0) {
1235 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dip6_input.c1183 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1185 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1215 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1238 if ((inp->inp_flags & IN6P_TCLASS) != 0) {
1292 if ((in6p->inp_flags & IN6P_HOPOPTS) != 0) {
1344 if ((in6p->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) {
1405 if (!(in6p->inp_flags & IN6P_DSTOPTS))
1416 if (!(in6p->inp_flags & IN6P_RTHDR))
1513 if ((inp->inp_flags & IN6P_MTU) == 0 || (
H A Din6_src.c249 &tmp, (inp->inp_flags & IN6P_IPV6_V6ONLY) != 0)) != 0)
257 if ((inp->inp_flags & INP_BINDANY) == 0) {
281 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
526 (inp->inp_flags & IN6P_IPV6_V6ONLY) != 0)) != 0) {
972 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0));
980 inp->inp_flags |= INP_ANONPORT;
H A Dip6_output.c1527 in6p->inp_flags |= (bit); \
1529 in6p->inp_flags &= ~(bit); \
1535 in6p->inp_flags |= IN6P_RFC2292; \
1537 in6p->inp_flags |= (bit); \
1539 in6p->inp_flags &= ~(bit); \
1542 #define OPTBIT(bit) (in6p->inp_flags & (bit) ? 1 : 0)
1828 in6p->inp_flags &= ~(INP_LOWPORT);
1829 in6p->inp_flags &= ~(INP_HIGHPORT);
1833 in6p->inp_flags &= ~(INP_LOWPORT);
1834 in6p->inp_flags |
[all...]
/freebsd-11.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c161 CTR6(KTR_CXGBE, "%s: tid %d (%s), toep_flags 0x%x, inp_flags 0x%x%s",
163 inp->inp_flags & INP_DROPPED ? "inp dropped" :
165 toep->flags, inp->inp_flags,
185 if (inp->inp_flags & INP_DROPPED)
196 if ((inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT)) == 0) {
981 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
1003 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
1028 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
1291 "%s: tid %d (%s), toep_flags 0x%x, inp_flags 0x%x, status %d",
1293 inp->inp_flags, cp
[all...]
H A Dt4_listen.c744 if (inp->inp_flags & INP_DROPPED) {
750 if (inp->inp_flags & INP_DROPPED && status != CPL_ERR_NONE) {
761 if (inp->inp_flags & INP_DROPPED) {
1294 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1390 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1486 "%s: stid %u, tid %u, synqe %p (0x%x), inp_flags 0x%x",
1487 __func__, stid, tid, synqe, synqe->flags, inp->inp_flags);
1489 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
H A Dt4_tom.c351 inp->inp_flags);
356 inp->inp_flags);
408 __func__, toep->tid, toep, toep->flags, inp, inp->inp_flags);
H A Dt4_connect.c132 if (inp->inp_flags & INP_DROPPED) {
/freebsd-11.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c344 if (inp->inp_flags & INP_DROPPED) {
350 if (inp->inp_flags & INP_DROPPED && rpl->status != CPL_ERR_NONE) {
361 if (inp->inp_flags & INP_DROPPED) {
549 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
596 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
692 CTR5(KTR_CXGB, "%s: stid %u, tid %u, lctx %p, inp_flags 0x%x",
693 __func__, stid, tid, lctx, inp->inp_flags);
701 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
/freebsd-11.0-release/sys/security/mac_portacl/
H A Dmac_portacl.c474 if ((inp->inp_flags & INP_LOWPORT) == 0)
/freebsd-11.0-release/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c397 if (__predict_false(inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT)) ||
537 if ((inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT)) == 0) {
672 if (inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT))

Completed in 233 milliseconds

12