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

12

/freebsd-9.3-release/sys/netinet/
H A Din_pcb.c301 inp->inp_flags |= IN6P_IPV6_V6ONLY;
309 inp->inp_flags |= IN6P_AUTOFLOWLABEL;
347 inp->inp_flags |= INP_ANONPORT;
375 if (inp->inp_flags & INP_HIGHPORT) {
379 } else if (inp->inp_flags & INP_LOWPORT) {
566 if ((inp->inp_flags & INP_BINDANY) == 0 &&
591 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
603 if (t && (t->inp_flags & INP_TIMEWAIT)) {
684 inp->inp_flags |= INP_ANONPORT;
1247 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.c141 if (inp->inp_flags & (INP_HW_FLOWID|INP_SW_FLOWID)) {
1002 inp->inp_flags |= bit; \
1004 inp->inp_flags &= ~bit; \
1081 inp->inp_flags &= ~(INP_LOWPORT);
1082 inp->inp_flags &= ~(INP_HIGHPORT);
1086 inp->inp_flags &= ~(INP_LOWPORT);
1087 inp->inp_flags |= INP_HIGHPORT;
1091 inp->inp_flags &= ~(INP_HIGHPORT);
1092 inp->inp_flags |= INP_LOWPORT;
1168 #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 Dtcp_subr.c787 if (!(inp->inp_flags & INP_TIMEWAIT) &&
972 if (inp->inp_flags & INP_SOCKREF) {
975 inp->inp_flags &= ~INP_SOCKREF;
1010 if (inpb->inp_flags & INP_TIMEWAIT)
1041 if ((inp->inp_flags & INP_TIMEWAIT) ||
1042 (inp->inp_flags & INP_DROPPED))
1140 if (inp->inp_flags & INP_TIMEWAIT) {
1173 else if (inp->inp_flags & INP_TIMEWAIT) {
1379 if (!(inp->inp_flags & INP_TIMEWAIT) &&
1380 !(inp->inp_flags
[all...]
H A Draw_ip.c253 if ((last->inp_flags & INP_CONTROLOPTS) ||
435 if ((inp->inp_flags & INP_HDRINCL) == 0) {
447 if (inp->inp_flags & INP_DONTFRAG)
510 if (inp->inp_flags & INP_ONESBCAST)
561 optval = inp->inp_flags & INP_HDRINCL;
619 inp->inp_flags |= INP_HDRINCL;
621 inp->inp_flags &= ~INP_HDRINCL;
913 (inp->inp_flags & INP_BINDANY) == 0 &&
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.c1622 if (inp->inp_flags & INP_RECVDSTADDR) {
1628 if (inp->inp_flags & INP_RECVTTL) {
1640 if (inp->inp_flags & INP_RECVOPTS) {
1647 if (inp->inp_flags & INP_RECVRETOPTS) {
1654 if (inp->inp_flags & INP_RECVIF) {
1687 if (inp->inp_flags & INP_RECVTOS) {
H A Dudp_usrreq.c300 if (inp->inp_flags & INP_CONTROLOPTS ||
1157 inp->inp_flags |= INP_ANONPORT;
1203 if (inp->inp_flags & INP_DONTFRAG) {
1215 if (inp->inp_flags & INP_ONESBCAST)
1226 if (inp->inp_flags & INP_ONESBCAST)
H A Dsctp_os_bsd.h395 #define SCTP_IPV6_V6ONLY(inp) (((struct inpcb *)inp)->inp_flags & IN6P_IPV6_V6ONLY)
H A Dtcp_syncache.c748 inp->inp_flags |= oinp->inp_flags & INP_CONTROLOPTS;
1084 (inp->inp_flags & IN6P_AUTOFLOWLABEL))
1761 if (sotoinpcb(so)->inp_flags & IN6P_AUTOFLOWLABEL)
H A Dsiftr.c884 if (tp == NULL || inp->inp_flags & INP_TIMEWAIT) {
1059 if (tp == NULL || inp->inp_flags & INP_TIMEWAIT) {
/freebsd-9.3-release/sys/netinet6/
H A Din6_pcb.c133 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
149 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0))) != 0)
169 (inp->inp_flags & INP_BINDANY) == 0) {
205 ((t->inp_flags & INP_TIMEWAIT) == 0) &&
215 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
224 ((t->inp_flags &
237 if (t && (t->inp_flags & INP_TIMEWAIT)) {
252 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0 &&
259 if (t && t->inp_flags & INP_TIMEWAIT) {
416 if (inp->inp_flags
[all...]
H A Dudp6_usrreq.c155 if (inp->inp_flags & INP_CONTROLOPTS ||
666 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
725 if ((inp->inp_flags & IN6P_IPV6_V6ONLY)) {
862 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0)
899 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
976 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0) {
1098 if ((inp->inp_flags & IN6P_IPV6_V6ONLY) == 0) {
H A Dip6_input.c1330 #define IS2292(inp, x, y) (((inp)->inp_flags & IN6P_RFC2292) ? (x) : (y))
1332 if ((inp->inp_flags & IN6P_PKTINFO) != 0) {
1362 if ((inp->inp_flags & IN6P_HOPLIMIT) != 0) {
1385 if ((inp->inp_flags & IN6P_TCLASS) != 0) {
1439 if ((in6p->inp_flags & IN6P_HOPOPTS) != 0) {
1491 if ((in6p->inp_flags & (IN6P_RTHDR | IN6P_DSTOPTS)) != 0) {
1552 if (!(in6p->inp_flags & IN6P_DSTOPTS))
1563 if (!(in6p->inp_flags & IN6P_RTHDR))
H A Dip6_output.c1611 in6p->inp_flags |= (bit); \
1613 in6p->inp_flags &= ~(bit); \
1619 in6p->inp_flags |= IN6P_RFC2292; \
1621 in6p->inp_flags |= (bit); \
1623 in6p->inp_flags &= ~(bit); \
1626 #define OPTBIT(bit) (in6p->inp_flags & (bit) ? 1 : 0)
1881 in6p->inp_flags &= ~(INP_LOWPORT);
1882 in6p->inp_flags &= ~(INP_HIGHPORT);
1886 in6p->inp_flags &= ~(INP_LOWPORT);
1887 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) {
909 ((inp->inp_flags & IN6P_IPV6_V6ONLY) != 0));
917 inp->inp_flags |= INP_ANONPORT;
/freebsd-9.3-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) {
746 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
765 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
786 KASSERT((inp->inp_flags & INP_DROPPED) == 0,
1058 "%s: tid %d (%s), toep_flags 0x%x, inp_flags 0x%x, status %d",
1060 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) {
1338 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1435 if (__predict_false(inp->inp_flags & INP_DROPPED)) {
1531 "%s: stid %u, tid %u, synqe %p (0x%x), inp_flags 0x%x",
1532 __func__, stid, tid, synqe, synqe->flags, inp->inp_flags);
1534 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-9.3-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-9.3-release/sys/security/mac_portacl/
H A Dmac_portacl.c480 if ((inp->inp_flags & INP_LOWPORT) == 0)

Completed in 293 milliseconds

12