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

12

/freebsd-10.0-release/sys/netinet/
H A Din_pcb.c303 inp->inp_flags |= IN6P_IPV6_V6ONLY;
311 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
348 inp->inp_flags |= INP_ANONPORT;
376 if (inp->inp_flags & INP_HIGHPORT) {
380 } else if (inp->inp_flags & INP_LOWPORT) {
567 if ((inp->inp_flags & INP_BINDANY) == 0 &&
592 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
604 if (t && (t->inp_flags & INP_TIMEWAIT)) {
685 inp->inp_flags |= INP_ANONPORT;
1248 inp->inp_flags |
2272 db_print_inpflags(int inp_flags) argument
[all...]
H A Dtcp_usrreq.c173 if (inp->inp_flags & INP_TIMEWAIT) {
186 if (inp->inp_flags & INP_DROPPED) {
205 if (inp->inp_flags & INP_DROPPED ||
266 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
307 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
317 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
357 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
398 if (inp->inp_flags & (INP_TIMEWAIT | INP_DROPPED)) {
409 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
463 if (inp->inp_flags
[all...]
H A Dtcp_timewait.c294 inp->inp_flags |= INP_TIMEWAIT;
301 if (inp->inp_flags & INP_SOCKREF) {
304 inp->inp_flags &= ~INP_SOCKREF;
459 KASSERT((inp->inp_flags & INP_TIMEWAIT), ("tcp_twclose: !timewait"));
477 if (inp->inp_flags & INP_SOCKREF) {
478 inp->inp_flags &= ~INP_SOCKREF;
H A Dip_output.c145 if (inp->inp_flags & (INP_HW_FLOWID|INP_SW_FLOWID)) {
1013 inp->inp_flags |= bit; \
1015 inp->inp_flags &= ~bit; \
1092 inp->inp_flags &= ~(INP_LOWPORT);
1093 inp->inp_flags &= ~(INP_HIGHPORT);
1097 inp->inp_flags &= ~(INP_LOWPORT);
1098 inp->inp_flags |= INP_HIGHPORT;
1102 inp->inp_flags &= ~(INP_HIGHPORT);
1103 inp->inp_flags |= INP_LOWPORT;
1179 #define OPTBIT(bit) (inp->inp_flags
[all...]
H A Dtcp_timer.c199 if ((inp->inp_flags & INP_DROPPED) != 0) {
251 if ((inp->inp_flags & INP_DROPPED) != 0) {
328 if ((inp->inp_flags & INP_DROPPED) != 0) {
431 if ((inp->inp_flags & INP_DROPPED) != 0) {
519 if ((inp->inp_flags & INP_DROPPED) != 0) {
544 if (inp->inp_flags & INP_DROPPED) {
H A Draw_ip.c250 if ((last->inp_flags & INP_CONTROLOPTS) ||
437 if ((inp->inp_flags & INP_HDRINCL) == 0) {
449 if (inp->inp_flags & INP_DONTFRAG)
519 if (inp->inp_flags & INP_ONESBCAST)
572 optval = inp->inp_flags & INP_HDRINCL;
630 inp->inp_flags |= INP_HDRINCL;
632 inp->inp_flags &= ~INP_HDRINCL;
924 (inp->inp_flags & INP_BINDANY) == 0 &&
H A Dtcp_subr.c851 if (!(inp->inp_flags & INP_TIMEWAIT) &&
1036 if (inp->inp_flags & INP_SOCKREF) {
1039 inp->inp_flags &= ~INP_SOCKREF;
1074 if (inpb->inp_flags & INP_TIMEWAIT)
1105 if ((inp->inp_flags & INP_TIMEWAIT) ||
1106 (inp->inp_flags & INP_DROPPED))
1204 if (inp->inp_flags & INP_TIMEWAIT) {
1237 else if (inp->inp_flags & INP_TIMEWAIT) {
1443 if (!(inp->inp_flags & INP_TIMEWAIT) &&
1444 !(inp->inp_flags
[all...]
H A Din_pcbgroup.c374 !(inp->inp_flags & INP_DROPPED)) {
405 !(inp->inp_flags & INP_DROPPED)) {
H A Dtoecore.c195 if (inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT))
371 if ((inp->inp_flags & INP_TIMEWAIT) && th != NULL) {
555 if (!(inp->inp_flags & INP_DROPPED)) {
H A Dip_input.c1624 if (inp->inp_flags & INP_RECVDSTADDR) {
1630 if (inp->inp_flags & INP_RECVTTL) {
1642 if (inp->inp_flags & INP_RECVOPTS) {
1649 if (inp->inp_flags & INP_RECVRETOPTS) {
1656 if (inp->inp_flags & INP_RECVIF) {
1689 if (inp->inp_flags & INP_RECVTOS) {
H A Dudp_usrreq.c307 if (inp->inp_flags & INP_CONTROLOPTS ||
1165 inp->inp_flags |= INP_ANONPORT;
1212 if (inp->inp_flags & INP_DONTFRAG) {
1224 if (inp->inp_flags & INP_ONESBCAST)
1235 if (inp->inp_flags & INP_ONESBCAST)
H A Dtcp_syncache.c769 inp->inp_flags |= oinp->inp_flags & INP_CONTROLOPTS;
1134 (inp->inp_flags & IN6P_AUTOFLOWLABEL))
1849 if (sotoinpcb(lso)->inp_flags & IN6P_AUTOFLOWLABEL)
H A Dsiftr.c884 if (tp == NULL || inp->inp_flags & INP_TIMEWAIT) {
1060 if (tp == NULL || inp->inp_flags & INP_TIMEWAIT) {
/freebsd-10.0-release/sys/netinet6/
H A Din6_pcb.c131 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
147 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
167 (inp->inp_flags & INP_BINDANY) == 0) {
203 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
213 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
222 ((t->inp_flags &
235 if (t && (t->inp_flags & INP_TIMEWAIT)) {
250 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
257 if (t && t->inp_flags & INP_TIMEWAIT) {
414 if (inp->inp_flags
[all...]
H A Dudp6_usrreq.c158 if (inp->inp_flags & INP_CONTROLOPTS ||
669 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
728 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
864 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
901 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
978 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0) {
1100 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dip6_input.c1335 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1337 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1367 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1390 if ((inp->inp_flags & IN6P_TCLASS) != 0) {
1444 if ((in6p->inp_flags & IN6P_HOPOPTS) != 0) {
1496 if ((in6p->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) {
1557 if (!(in6p->inp_flags & IN6P_DSTOPTS))
1568 if (!(in6p->inp_flags & IN6P_RTHDR))
H A Dip6_output.c1597 in6p->inp_flags |= (bit); \
1599 in6p->inp_flags &= ~(bit); \
1605 in6p->inp_flags |= IN6P_RFC2292; \
1607 in6p->inp_flags |= (bit); \
1609 in6p->inp_flags &= ~(bit); \
1612 #define OPTBIT(bit) (in6p->inp_flags & (bit) ? 1 : 0)
1867 in6p->inp_flags &= ~(INP_LOWPORT);
1868 in6p->inp_flags &= ~(INP_HIGHPORT);
1872 in6p->inp_flags &= ~(INP_LOWPORT);
1873 in6p->inp_flags |
[all...]
H A Din6_src.c249 (inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
274 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
501 (inp->inp_flags & IN6P_IPV6_V6ONLY) != 0)) != 0) {
910 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0));
918 inp->inp_flags |= INP_ANONPORT;
H A Draw_ip6.c277 if (last->inp_flags & INP_CONTROLOPTS ||
311 if (last->inp_flags & INP_CONTROLOPTS ||
/freebsd-10.0-release/sys/dev/cxgbe/tom/
H A Dt4_cpl_io.c154 CTR6(KTR_CXGBE, "%s: tid %d (%s), toep_flags 0x%x, inp_flags 0x%x%s",
156 inp->inp_flags & INP_DROPPED ? "inp dropped" :
158 toep->flags, inp->inp_flags,
178 if (inp->inp_flags & INP_DROPPED)
189 if ((inp->inp_flags & (INP_DROPPED | INP_TIMEWAIT)) == 0) {
747 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
766 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
787 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
1061 "%s: tid %d (%s), toep_flags 0x%x, inp_flags 0x%x, status %d",
1063 inp->inp_flags, cp
[all...]
H A Dt4_listen.c724 if (inp->inp_flags & INP_DROPPED) {
730 if (inp->inp_flags & INP_DROPPED && status != CPL_ERR_NONE) {
741 if (inp->inp_flags & INP_DROPPED) {
1318 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1415 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1511 "%s: stid %u, tid %u, synqe %p (0x%x), inp_flags 0x%x",
1512 __func__, stid, tid, synqe, synqe->flags, inp->inp_flags);
1514 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
H A Dt4_tom.c318 inp->inp_flags);
323 inp->inp_flags);
374 __func__, toep->tid, toep, toep->flags, inp, inp->inp_flags);
H A Dt4_connect.c132 if (inp->inp_flags & INP_DROPPED) {
/freebsd-10.0-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_listen.c342 if (inp->inp_flags & INP_DROPPED) {
348 if (inp->inp_flags & INP_DROPPED && rpl->status != CPL_ERR_NONE) {
359 if (inp->inp_flags & INP_DROPPED) {
566 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
613 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
709 CTR5(KTR_CXGB, "%s: stid %u, tid %u, lctx %p, inp_flags 0x%x",
710 __func__, stid, tid, lctx, inp->inp_flags);
718 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
/freebsd-10.0-release/sys/security/mac_portacl/
H A Dmac_portacl.c480 if ((inp->inp_flags & INP_LOWPORT) == 0)

Completed in 189 milliseconds

12