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

  /src/sys/netipsec/
xform_ipip.c 94 static void _ipip_input(struct mbuf *, int);
100 _ipip_input(*m, *offp);
109 _ipip_input(m, off);
114 * _ipip_input gets called when we receive an IP{46} encapsulated packet,
118 _ipip_input(struct mbuf *m, int iphlen) function in typeref:typename:void

Completed in 12 milliseconds