Home
last modified time | relevance | path

Searched refs:ip_output (Results 1 – 25 of 32) sorted by relevance

12

/freebsd/sys/netgraph/
H A Dng_ipfw.c267 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
/freebsd/sys/netinet/
H A Dip_var.h231 int ip_output(struct mbuf *,
H A Din_gif.c293 return (ip_output(m, NULL, NULL, 0, NULL, NULL)); in in_gif_output()
H A Dsctp_os_bsd.h419 result = ip_output(o_pak, NULL, ro, o_flgs, 0, NULL); \
H A Dip_gre.c543 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
H A Dip_divert.c479 error = ip_output(m, NULL, NULL, in div_output_outbound()
H A Draw_ip.c621 error = ip_output(m, inp->inp_options, NULL, flags, in rip_send()
H A Dip_icmp.c1027 (void) ip_output(m, opts, NULL, 0, NULL, NULL); in icmp_send()
H A Dip_input.c1048 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dip_output.c318 ip_output(struct mbuf *m, struct mbuf *opt, struct route *ro, int flags, in ip_output() function
H A Dip_carp.c1283 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in carp_send_ad_locked()
1443 carp_send_ad_error(sc, ip_output(m, NULL, NULL, IP_RAWOUTPUT, in vrrp_send_ad_locked()
H A Dudp_usrreq.c1467 error = ip_output(m, inp->inp_options, in udp_send()
H A Dtcp_output.c1520 error = ip_output(m, inp->inp_options, &inp->inp_route, in tcp_default_output()
H A Dtcp_syncache.c2038 error = ip_output(m, sc->sc_ipopts, NULL, 0, NULL, NULL); in syncache_respond()
H A Dip_mroute.c1806 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
H A Digmp.c3512 error = ip_output(m0, ipopts, NULL, 0, &imo, NULL); in igmp_intr()
/freebsd/sys/net/
H A Dif_me.c632 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
H A Dif_stf.c614 error = ip_output(m, NULL, NULL, 0, NULL, NULL); in stf_output()
H A Dif_ovpn.c2059 return (ip_output(m, NULL, NULL, 0, NULL, NULL)); in ovpn_encap()
/freebsd/sys/netpfil/ipfw/
H A Dip_dn_io.c807 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
H A Dip_fw2.c1022 ip_output(m, NULL, NULL, 0, NULL, NULL); in send_reject()
1085 ip_output(m, NULL, NULL, 0, NULL, NULL); in send_reject()
H A Dip_fw_dynamic.c2472 ip_output(m, NULL, NULL, 0, NULL, NULL); in dyn_send_keepalive_ipv4()
/freebsd/sys/netipsec/
H A Dipsec_output.c1022 error = ip_output(m, NULL, NULL, IP_RAWOUTPUT, NULL, NULL); in ipsec_process_done()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_fil_freebsd.c1261 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in ipf_inject()
/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c2737 error = ip_output(m, NULL, NULL, 0, in pfsync_tx()
2740 error = ip_output(m, NULL, NULL, in pfsync_tx()

12