Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c560 uchar_t *opkt = NULL; in want_packet() local
732 if (opkt != NULL) { in want_packet()
733 pkt = opkt; in want_packet()
735 opkt = NULL; in want_packet()
856 opkt = pkt; in want_packet()
/titanic_50/usr/src/uts/common/inet/ip/
H A Dsadb.c6899 mblk_t *opkt; local
6902 opkt = ipsa->ipsa_lpkt;
6917 opkt = NULL;
6939 if (opkt != NULL) {
6943 opkt = ip_recv_attr_free_mblk(opkt);
6944 ip_drop_packet(opkt, B_TRUE, ira->ira_ill,
6958 mblk_t *opkt; local
6961 opkt = ipsa->ipsa_lpkt;
6964 return (opkt);