Searched refs:ip_output (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-13-stable/contrib/traceroute/
H A Drip_output.c64 return (ip_output(m, rp->rcb_options, &rp->rcb_route,
67 return (ip_output(m, (struct mbuf *)0, &rp->rcb_route,
/freebsd-13-stable/sys/netgraph/
H A Dng_ipfw.c269 return (ip_output(m, NULL, NULL, IP_FORWARDING,
/freebsd-13-stable/sys/netinet/
H A Dip_var.h74 * and passed to ip_output when ip options are in use.
88 * passed to ip_output when IP multicast options are in use.
161 /* flags passed to ip_output as last parameter */
223 int ip_output(struct mbuf *,
H A Din_gif.c301 /* version will be set in ip_output() */
306 return (ip_output(m, NULL, NULL, 0, NULL, NULL));
H A Dsctp_os_bsd.h423 result = ip_output(o_pak, NULL, ro, o_flgs, 0, NULL); \
H A Dip_divert.c101 * as outgoing and sent to ip_output(); otherwise it is treated as
106 * On reinjection, processing in ip_input() and ip_output()
316 * If no address specified, or address is 0.0.0.0, send to ip_output();
474 * Get ready to inject the packet into ip_output().
478 * to ip_output(), as doing this results in a number of
482 * ip_output() to NULL since it should be invariant that
491 * held so we can use them in ip_output() without
508 error = ip_output(m, options, NULL,
H A Dip_gre.c555 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL));
H A Dtcp_timewait.c705 error = ip_output(m, inp->inp_options, NULL,
H A Dip_icmp.c1017 (void) ip_output(m, opts, NULL, 0, NULL, NULL);
H A Dip_input.c1003 * to a shared cluster. Both this function and ip_output()
1072 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL);
H A Draw_ip.c445 * Generate IP header and pass packet to ip_output. Tack on options user may
601 * XXX prevent ip_output from overwriting header fields.
615 error = ip_output(m, inp->inp_options, NULL, flags,
H A Dip_output.c31 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
319 ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, function
1591 * Routine called from ip_output() to loop back a copy of an IP multicast
H A Dtcp_output.c1544 error = ip_output(m, tp->t_inpcb->inp_options, &tp->t_inpcb->inp_route,
1712 * If we obtained mtu from ip_output() then update
H A Dudp_usrreq.c1520 error = ip_output(m, inp->inp_options,
H A Digmp.c3508 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL);
3510 CTR3(KTR_IGMPV3, "%s: ip_output(%p) = %d", __func__, m0, error);
H A Dip_carp.c984 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT,
H A Dip_mroute.c1665 * so that ip_output() only scribbles on the copy.
1696 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL);
H A Dtcp_syncache.c2009 * our SYN|ACK. ip6_output() and ip_output() will not assign flowid
2071 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL);
/freebsd-13-stable/sys/net/
H A Dif_me.c630 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
H A Dif_stf.c509 error = ip_output(m, NULL, NULL, 0, NULL, NULL);
/freebsd-13-stable/sys/netpfil/pf/
H A Dif_pfsync.c1836 ip_output(m, NULL, NULL, 0, NULL, NULL);
2353 ip_output(m, NULL, NULL, 0, NULL, NULL);
2354 else if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
/freebsd-13-stable/sys/netipsec/
H A Dipsec_output.c376 * If the packet is resubmitted to ip_output (e.g. after
681 * If the packet is resubmitted to ip_output (e.g. after
823 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_dn_io.c59 #include <netinet/ip_var.h> /* ip_output(), IP_FORWARDING */
773 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
H A Dip_fw2.c1021 ip_output(m, NULL, NULL, 0, NULL, NULL);
1084 ip_output(m, NULL, NULL, 0, NULL, NULL);
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1315 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);

Completed in 193 milliseconds

12