nlinfo 46 include/net/nexthop.h struct nl_info nlinfo; nlinfo 20 net/ipv4/nexthop.c struct nl_info *nlinfo); nlinfo 706 net/ipv4/nexthop.c struct nl_info *nlinfo) nlinfo 721 net/ipv4/nexthop.c remove_nexthop(net, nhp, nlinfo); nlinfo 753 net/ipv4/nexthop.c if (nlinfo) nlinfo 754 net/ipv4/nexthop.c nexthop_notify(RTM_NEWNEXTHOP, nhp, nlinfo); nlinfo 758 net/ipv4/nexthop.c struct nl_info *nlinfo) nlinfo 763 net/ipv4/nexthop.c remove_nh_grp_entry(net, nhge, nlinfo); nlinfo 769 net/ipv4/nexthop.c static void remove_nexthop_group(struct nexthop *nh, struct nl_info *nlinfo) nlinfo 807 net/ipv4/nexthop.c struct nl_info *nlinfo) nlinfo 812 net/ipv4/nexthop.c remove_nexthop_group(nh, nlinfo); nlinfo 820 net/ipv4/nexthop.c remove_nexthop_from_groups(net, nh, nlinfo); nlinfo 825 net/ipv4/nexthop.c struct nl_info *nlinfo) nlinfo 830 net/ipv4/nexthop.c if (nlinfo) nlinfo 831 net/ipv4/nexthop.c nexthop_notify(RTM_DELNEXTHOP, nh, nlinfo); nlinfo 833 net/ipv4/nexthop.c __remove_nexthop(net, nh, nlinfo); nlinfo 1058 net/ipv4/nexthop.c nexthop_notify(RTM_NEWNEXTHOP, new_nh, &cfg->nlinfo); nlinfo 1060 net/ipv4/nexthop.c nexthop_replace_notify(net, new_nh, &cfg->nlinfo); nlinfo 1369 net/ipv4/nexthop.c cfg->nlinfo.portid = NETLINK_CB(skb).portid; nlinfo 1370 net/ipv4/nexthop.c cfg->nlinfo.nlh = nlh; nlinfo 1371 net/ipv4/nexthop.c cfg->nlinfo.nl_net = net; nlinfo 1561 net/ipv4/nexthop.c struct nl_info nlinfo = { nlinfo 1578 net/ipv4/nexthop.c remove_nexthop(net, nh, &nlinfo);