HomeSort by: relevance | last modified time | path
    Searched defs:ip_pcb (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet/
sctp_pcb.c 2004 struct inpcb *ip_pcb; local in function:sctp_inpcb_free
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)
    [all...]
sctp_pcb.c 2004 struct inpcb *ip_pcb; local in function:sctp_inpcb_free
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)
    [all...]

Completed in 23 milliseconds