| tag | line | file | source code |
| nrt | 1039 | net/ipv4/ip_output.c | struct netlink_rtinfo *nrt; |
| nrt | 1043 | net/ipv4/ip_output.c | nrt=(struct netlink_rtinfo *)skb_put(skb, sizeof(struct netlink_rtinfo)); |
| nrt | 1044 | net/ipv4/ip_output.c | nrt->rtmsg_type=msg; |
| nrt | 1045 | net/ipv4/ip_output.c | s=(struct sockaddr_in *)&nrt->rtmsg_dst; |
| nrt | 1048 | net/ipv4/ip_output.c | s=(struct sockaddr_in *)&nrt->rtmsg_gateway; |
| nrt | 1051 | net/ipv4/ip_output.c | s=(struct sockaddr_in *)&nrt->rtmsg_genmask; |
| nrt | 1054 | net/ipv4/ip_output.c | nrt->rtmsg_flags=flags; |
| nrt | 1055 | net/ipv4/ip_output.c | nrt->rtmsg_metric=metric; |
| nrt | 1056 | net/ipv4/ip_output.c | strcpy(nrt->rtmsg_device,name); |