Home
last modified time | relevance | path

Searched refs:ipsa_bpkt_head (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/
H A Dsadb.h149 mblk_t *ipsa_bpkt_head; /* Packets received while idle */ member
/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c4415 if (assoc->ipsa_bpkt_head != NULL) {
4416 *ipkt_lst = assoc->ipsa_bpkt_head;
4417 assoc->ipsa_bpkt_head = assoc->ipsa_bpkt_tail = NULL;
7003 if (ipsa->ipsa_bpkt_head == NULL) {
7004 ipsa->ipsa_bpkt_head = ipsa->ipsa_bpkt_tail = bpkt;
7011 tmp = ipsa->ipsa_bpkt_head;
7012 ipsa->ipsa_bpkt_head = ipsa->ipsa_bpkt_head->b_next;