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

12

/freebsd-13-stable/sys/net/
H A Dif_vxlan.c2570 error = ip_output(m, NULL, ro, 0, sc->vxl_im4o, NULL);
/freebsd-13-stable/sys/netinet/
H A Dtcp_subr.c2039 (void)ip_output(m, NULL, NULL, 0, NULL, inp);
/freebsd-13-stable/sys/netpfil/ipfw/
H A Dip_fw_dynamic.c2473 ip_output(m, NULL, NULL, 0, NULL, NULL);
/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Drack.c15391 error = ip_output(m, NULL,
15868 error = ip_output(m, NULL,
18094 error = ip_output(m,
18319 * turned off. If we obtained mtu from ip_output()
H A Dbbr.c13735 error = ip_output(m, inp->inp_options, &inp->inp_route,
13928 * turned off. If we obtained mtu from ip_output()
14051 * the last ip_output call.
/freebsd-13-stable/sys/netpfil/pf/
H A Dpf.c1484 ip_output(pfse->pfse_m, NULL, NULL, 0, NULL, NULL);
5581 /* Copied from FreeBSD 10.0-CURRENT ip_output. */

Completed in 297 milliseconds

12