Searched defs:ifq (Results 1 – 6 of 6) sorted by relevance
/titanic_52/usr/src/lib/libbc/inc/include/net/ |
H A D | if.h | 107 #define IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) argument 108 #define IF_DROP(ifq) ((ifq)->ifq_drops++) argument 109 #define IF_ENQUEUE(ifq, m) { \ argument 118 IF_PREPEND(ifq,m) global() argument 140 IF_DEQUEUEIF(ifq,m,ifp) global() argument 151 IF_DEQUEUE(ifq,m) global() argument [all...] |
/titanic_52/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 284 ipftq_t *ifq, *ifqnext; local 2677 ipftq_t *ifq; local 2932 fr_updatestate(fin,is,ifq) fr_updatestate() argument 2995 ipftq_t *ifq; global() local 3427 ipftq_t *ifq, *ifqnext; global() local [all...] |
H A D | fil.c | 5158 ipftq_t *ifq; local 5214 fr_deletetimeoutqueue(ifq) fr_deletetimeoutqueue() argument 5240 fr_freetimeoutqueue(ifq,ifs) fr_freetimeoutqueue() argument 5281 ipftq_t *ifq; global() local 5316 ipftq_t *ifq; global() local 5350 ipftq_t *ifq; global() local 5389 fr_queueappend(tqe,ifq,parent,ifs) fr_queueappend() argument 7514 ipf_earlydrop(flushtype,ifq,idletime,ifs) ipf_earlydrop() argument 7577 ipftq_t *ifq, *ifqn; global() local 7651 ipftq_t *ifq, *ifqn; global() local [all...] |
H A D | ip_auth.c | 365 struct ifqueue *ifq; local
|
H A D | ip_nat.c | 3819 ipftq_t *ifq, *ifq2; local 4596 ipftq_t *ifq, *ifqnext; local 4682 ipftq_t *ifq, *ifqnext; global() local [all...] |
/titanic_52/usr/src/uts/common/net/ |
H A D | if.h | 196 #define IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) argument 197 #define IF_DROP(ifq) ((ifq)->ifq_drops++) argument 198 #define IF_ENQUEUE(ifq, m) { \ argument 207 IF_PREPEND(ifq,m) global() argument 230 IF_DEQUEUEIF(ifq,m,ifp) global() argument 241 IF_DEQUEUE(ifq,m) global() argument [all...] |