taglinefilesource code
nrt1043net/ipv4/ip_output.cstruct netlink_rtinfo *nrt;
nrt1048net/ipv4/ip_output.cnrt=(struct netlink_rtinfo *)skb_put(skb, sizeof(struct netlink_rtinfo));
nrt1049net/ipv4/ip_output.cnrt->rtmsg_type=msg;
nrt1050net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_dst;
nrt1053net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_gateway;
nrt1056net/ipv4/ip_output.cs=(struct sockaddr_in *)&nrt->rtmsg_genmask;
nrt1059net/ipv4/ip_output.cnrt->rtmsg_flags=flags;
nrt1060net/ipv4/ip_output.cnrt->rtmsg_metric=metric;
nrt1061net/ipv4/ip_output.cstrcpy(nrt->rtmsg_device,name);