Searched refs:nh_fill_node (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | nexthop.c | 225 static int nh_fill_node(struct sk_buff *skb, struct nexthop *nh, in nh_fill_node() function 371 err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags); in nexthop_notify() 1788 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 1926 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | nexthop.c | 693 static int nh_fill_node(struct sk_buff *skb, struct nexthop *nh, in nh_fill_node() function 852 err = nh_fill_node(skb, nh, event, info->portid, seq, nlflags); in nexthop_notify() 3060 err = nh_fill_node(skb, nh, RTM_NEWNEXTHOP, NETLINK_CB(in_skb).portid, in rtm_get_nexthop() 3224 return nh_fill_node(skb, nh, RTM_NEWNEXTHOP, in rtm_dump_nexthop_cb()
|
Completed in 11 milliseconds