Home | History | Annotate | Download | only in netinet

Lines Matching defs:ip_pcb

2004 	struct inpcb *ip_pcb;
2029 ip_pcb = &inp->ip_inp.inp; /* we could just cast the main
2031 * be nice :> (i.e. ip_pcb = ep;)
2118 rt = rtcache_validate(&ip_pcb->inp_route);
2119 rtcache_unref(rt, &ip_pcb->inp_route);
2128 ipsec_delete_pcbpolicy(ip_pcb);
2133 if (ip_pcb->inp_options) {
2134 (void)m_free(ip_pcb->inp_options);
2135 ip_pcb->inp_options = 0;
2137 rtcache_free(&ip_pcb->inp_route);
2138 if (ip_pcb->inp_moptions) {
2139 ip_freemoptions(ip_pcb->inp_moptions);
2140 ip_pcb->inp_moptions = 0;