npcb_flags        146 netinet/if_atm.c 		npcb->npcb_flags |= NPCB_IP;
npcb_flags        147 netnatm/natm.c 		(npcb->npcb_flags & NPCB_FREE) == 0) {
npcb_flags        207 netnatm/natm.c       if ((npcb->npcb_flags & NPCB_CONNECTED) == 0) {
npcb_flags        293 netnatm/natm.c 	    npcb->npcb_flags |= NPCB_RAW;
npcb_flags        295 netnatm/natm.c 	    npcb->npcb_flags &= ~(NPCB_RAW);
npcb_flags        368 netnatm/natm.c   if (npcb->npcb_flags & NPCB_DRAIN) {
npcb_flags        375 netnatm/natm.c   if (npcb->npcb_flags & NPCB_FREE) {
npcb_flags        389 netnatm/natm.c      ((npcb->npcb_flags & NPCB_RAW) != 0 && so->so_rcv.sb_cc < NPCB_RAWCC) ) {
npcb_flags         88 netnatm/natm.h   u_int8_t npcb_flags;			/* flags */
npcb_flags         72 netnatm/natm_pcb.c     npcb->npcb_flags = NPCB_FREE;
npcb_flags         90 netnatm/natm_pcb.c   if ((npcb->npcb_flags & NPCB_FREE) == 0) {
npcb_flags         92 netnatm/natm_pcb.c     npcb->npcb_flags = NPCB_FREE;
npcb_flags         96 netnatm/natm_pcb.c       npcb->npcb_flags = NPCB_DRAIN;	/* flag for distruction */
npcb_flags        157 netnatm/natm_pcb.c   cpcb->npcb_flags = NPCB_CONNECTED;
npcb_flags        182 netnatm/natm_pcb.c 	cpcb->npcb_flags, cpcb->npcb_inq);