Searched refs:in6p_options (Results 1 – 3 of 3) sorted by relevance
915 if (inp->in6p_options != NULL) { in in6_pcbdetach()916 m_freem(inp->in6p_options); in in6_pcbdetach()917 inp->in6p_options = NULL; in in6_pcbdetach()
602 #define in6p_options inp_depend6.inp6_options macro
1619 inp->in6p_options == NULL in tcp_output()