Home
last modified time | relevance | path

Searched refs:IP_FORWARDING (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/sys/netinet/
H A Dip_output.c261 if ((flags & (IP_FORWARDING|IP_RAWOUTPUT)) == 0) { in ip_output()
269 if ((flags & IP_FORWARDING) == 0) in ip_output()
478 if (V_ip_mrouter && (flags & IP_FORWARDING) == 0) { in ip_output()
631 if (!(flags & IP_FORWARDING) && ia) { in ip_output()
H A Dip_var.h162 #define IP_FORWARDING 0x1 /* most of ip header exists */ macro
H A Dip_gre.c556 return (ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL)); in in_gre_output()
H A Dip_input.c1069 error = ip_output(m, NULL, &ro, IP_FORWARDING, NULL, NULL); in ip_forward()
H A Dip_mroute.c1697 error = ip_output(m, NULL, NULL, IP_FORWARDING, &imo, NULL); in send_packet()
/freebsd-12.1/sys/netgraph/
H A Dng_ipfw.c271 return (ip_output(m, NULL, NULL, IP_FORWARDING, in ng_ipfw_rcvdata()
/freebsd-12.1/sys/net/
H A Dif_me.c607 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in me_transmit()
/freebsd-12.1/sys/netpfil/ipfw/
H A Dip_dn_io.c772 ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL); in dummynet_send()
/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_fil_freebsd.c1333 error = ip_output(m, NULL, NULL, IP_FORWARDING, NULL, NULL);