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