Home
last modified time | relevance | path

Searched refs:tc_ptr (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/sys/netinet/
Dip_ah.c674 tc->tc_ptr = (caddr_t) mtag; /* Save the mtag we've identified. */ in ah_input()
708 mtag = (struct m_tag *) tc->tc_ptr; in ah_input_cb()
Dip_esp.c398 tc->tc_ptr = (caddr_t) mtag; in esp_input()
485 mtag = (struct m_tag *) tc->tc_ptr; in esp_input_cb()
Dip_ipsp.h390 caddr_t tc_ptr; member
Dip_ipcomp.c182 tc->tc_ptr = 0;