HomeSort by: relevance | last modified time | path
    Searched refs:ipip_output (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netipsec/
xform.h 94 int ipip_output(struct mbuf *, struct secasvar *, struct mbuf **);
ipsec_output.c 573 error = ipip_output(m, sav, &mp);
577 "ipip_output returns no mbuf and no error!");
585 m = NULL; /* ipip_output() already freed it */
591 * ipip_output clears IP_DF in the new header. If
595 * XXX shouldn't assume what ipip_output does.
783 error = ipip_output(m, sav, &mp);
787 "ipip_output returns no mbuf and no error!");
796 m = NULL; /* ipip_output() already freed it */
xform_ipip.c 52 * output point is ipip_output, called directly. XF_IP4 has no more
320 ipip_output(struct mbuf *m, struct secasvar *sav, struct mbuf **mp) function in typeref:typename:int

Completed in 13 milliseconds