net: Put flowi_* prefix on AF independent members of struct flowi
I intend to turn struct flowi into a union of AF specific flowi structs. There will be a common structure that each variant includes first, much like struct sock_common. This is the first step to move in that direction. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -358,7 +358,7 @@ fl_create(struct net *net, struct in6_flowlabel_req *freq, char __user *optval,
|
||||
|
||||
msg.msg_controllen = olen;
|
||||
msg.msg_control = (void*)(fl->opt+1);
|
||||
flowi.oif = 0;
|
||||
flowi.flowi_oif = 0;
|
||||
|
||||
err = datagram_send_ctl(net, &msg, &flowi, fl->opt, &junk,
|
||||
&junk, &junk);
|
||||
|
Reference in New Issue
Block a user