Home
last modified time | relevance | path

Searched hist:dd927a2694ee412b440284dd72dd8e32caada3fc (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dip_output.cdiff dd927a2694ee412b440284dd72dd8e32caada3fc Wed May 04 14:03:30 CDT 2011 David S. Miller <davem@davemloft.net> ipv4: In ip_build_and_send_pkt() use 'saddr' and 'daddr' args passed in.

Instead of rt->rt_{dst,src}

The only tricky part is source route option handling.

If the source route option is enabled we can't just use plain 'daddr',
we have to use opt->opt.faddr.

Signed-off-by: David S. Miller <davem@davemloft.net>