Searched defs:ifq (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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 #define IF_PREPEND(ifq, m) { \ argument 140 #define IF_DEQUEUEIF(ifq, m, ifp) { \ argument 151 #define IF_DEQUEUE(ifq, m) { \ argument
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | ip_state.c | 284 ipftq_t *ifq, *ifqnext; local 2676 ipftq_t *ifq; local 2931 void fr_updatestate(fin, is, ifq) in fr_updatestate() argument 2994 ipftq_t *ifq; local 3426 ipftq_t *ifq, *ifqnext; local
|
H A D | fil.c | 5155 ipftq_t *ifq; local 5211 int fr_deletetimeoutqueue(ifq) in fr_deletetimeoutqueue() argument 5237 void fr_freetimeoutqueue(ifq, ifs) in fr_freetimeoutqueue() argument 5278 ipftq_t *ifq; local 5313 ipftq_t *ifq; local 5347 ipftq_t *ifq; local 5386 void fr_queueappend(tqe, ifq, parent, ifs) in fr_queueappend() argument 7511 int ipf_earlydrop(flushtype, ifq, idletime, ifs) in ipf_earlydrop() argument 7574 ipftq_t *ifq, *ifqn; local 7648 ipftq_t *ifq, *ifqn; local
|
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; local
|
/titanic_41/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 #define IF_PREPEND(ifq, m) { \ argument 230 #define IF_DEQUEUEIF(ifq, m, ifp) { \ argument 241 #define IF_DEQUEUE(ifq, m) { \ argument
|