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

  /src/sys/rump/net/lib/libnetinet/
Makefile.inc 10 ip_flow.c ip_input.c ip_reass.c ip_output.c raw_ip.c \
  /src/sys/netinet/
ip_var.h 87 * and passed to ip_output when ip options are in use.
100 * passed to ip_output when IP multicast options are in use.
173 * The following flags can be passed to ip_output() as last parameter
219 int ip_output(struct mbuf *, struct mbuf *, struct route *, int,
in_gif.c 158 /* version will be set in ip_output() */
193 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
in_l2tp.c 134 /* version will be set in ip_output() */
230 error = ip_output(m, NULL, ro_pc, 0, NULL, NULL);
igmp.c 546 /* XXX: Needed for ip_output(). */
648 * The caller must still acquire softnet_lock for ip_output().
653 ip_output(m, NULL, NULL, IP_IGMP_MCAST, &imo, NULL);
raw_ip.c 291 * Generate IP header and pass packet to ip_output.
381 /* Prevent ip_output from overwriting header fields. */
391 return ip_output(m, opts, &inp->inp_route, flags, pktopts.ippo_imo,
ip_output.c 1 /* $NetBSD: ip_output.c,v 1.330 2025/07/17 06:48:39 ozaki-r Exp $ */
90 * @(#)ip_output.c 8.3 (Berkeley) 1/21/94
94 __KERNEL_RCSID(0, "$NetBSD: ip_output.c,v 1.330 2025/07/17 06:48:39 ozaki-r Exp $");
229 ip_output(struct mbuf *m0, struct mbuf *opt, struct route *ro, int flags, function
799 * fragmented, re-inject it in ip_output so that IPsec
803 error = ip_output(m, opt, NULL,
2143 * Routine called from ip_output() to loop back a copy of an IP multicast
ip_icmp.c 376 /* ip_v set in ip_output */
380 /* ip_id set in ip_output */
727 goto done; /* ip_output() will check for broadcast */
956 (void)ip_output(m, opts, NULL, 0, NULL, NULL);
tcp_syncache.c 1338 error = ip_output(m, sc->sc_ipopts, ro,
udp_usrreq.c 847 return ip_output(m, inp->inp_options, ro, flags, pktopts.ippo_imo, inp);
ip_mroute.c 1277 * ip_output() relies on that and
1729 * so that ip_output() only scribbles on the copy.
2044 ip_output(m, NULL, &vifp->v_route, IP_FORWARDING, NULL, NULL);
2053 error = ip_output(m, NULL, NULL, IP_FORWARDING|IP_MULTICASTOPTS,
ip_input.c 685 * ip_output().)
1438 error = ip_output(m, NULL, ro,
tcp_output.c 1585 error = ip_output(m, opts, ro,
tcp_subr.c 854 error = ip_output(m, NULL, ro,
dccp_usrreq.c 1512 DCCP_DEBUG((LOG_INFO, "Calling ip_output, mbuf->m_len = %u, mbuf->m_pkthdr.len = %u\n", m->m_len, m->m_pkthdr.len));
1513 error = ip_output(m, inp->inp_options, &inp->inp_route,
ip_carp.c 1115 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo,
1121 CARP_LOG(sc, ("ip_output failed: %d", error));
sctp_output.c 1133 * Notes: For v4, we can always punt and let ip_output
2190 * the ip_output should fail as well with a NO_ROUTE_TO_HOST
2250 ret = ip_output(m, inp->ip_inp.inp.inp_options,
8126 printf("sctp_shutdown_complete2 calling ip_output:\n");
8133 ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
9063 printf("sctp_send_abort calling ip_output:\n");
9070 (void)ip_output(mout, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
9157 ip_output(scm, 0, &ro, IP_RAWOUTPUT, NULL, NULL);
  /src/sys/net/npf/
npf_sendpkt.c 205 return ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);
  /src/sys/net/
if_stf.c 456 return ip_output(m, NULL, &sc->sc_ro, 0, NULL, NULL);
  /src/sys/netipsec/
ipsec_output.c 120 rv = ip_output(m, NULL, ro, IP_RAWOUTPUT|IP_NOIPNEWID,
  /src/sys/netinet6/
udp6_usrreq.c 1041 error = ip_output(m, NULL, &inp->inp_route, flags /* XXX */,
  /src/sys/dist/pf/net/
if_pfsync.c 1608 if (ip_output(m, NULL, NULL, IP_RAWOUTPUT, &sc->sc_imo, NULL)) {
pf.c 1804 ip_output(m, (void *)NULL, (void *)NULL, 0,
1829 ip_output(m, (void *)NULL, &ro, IP_ROUTETOETHER,
5348 /* Copied from ip_output. */
  /src/sys/external/bsd/ipf/netinet/
ip_fil_netbsd.c 2000 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);

Completed in 55 milliseconds