taglinefilesource code
nrt1039net/ipv4/ip_output.cstruct netlink_rtinfo *nrt;
nrt1044net/ipv4/ip_output.cnrt=(struct netlink_rtinfo *)skb_put(skb, sizeof(struct netlink_rtinfo));
nrt1045net/ipv4/ip_output.cnrt->rtmsg_type=msg;
nrt1046net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_dst;
nrt1049net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_gateway;
nrt1052net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_genmask;
nrt1055net/ipv4/ip_output.cnrt->rtmsg_flags=flags;
nrt1056net/ipv4/ip_output.cnrt->rtmsg_metric=metric;
nrt1057net/ipv4/ip_output.cstrcpy(nrt->rtmsg_device,name);