Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c147 struct mbuf *opts = NULL, *tmp_opts; in udp6_append() local
184 tmp_opts = sbcreatecontrol((caddr_t)&fromsa[1], in udp6_append()
186 if (tmp_opts) { in udp6_append()
188 tmp_opts->m_next = opts; in udp6_append()
189 opts = tmp_opts; in udp6_append()
191 opts = tmp_opts; in udp6_append()