Home
last modified time | relevance | path

Searched refs:nh_nlmsg_size (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dnexthop.c346 static size_t nh_nlmsg_size(struct nexthop *nh) in nh_nlmsg_size() function
367 skb = nlmsg_new(nh_nlmsg_size(nh), gfp_any()); in nexthop_notify()
373 /* -EMSGSIZE implies BUG in nh_nlmsg_size() */ in nexthop_notify()
/kernel/linux/linux-6.6/net/ipv4/
H A Dnexthop.c827 static size_t nh_nlmsg_size(struct nexthop *nh) in nh_nlmsg_size() function
848 skb = nlmsg_new(nh_nlmsg_size(nh), gfp_any()); in nexthop_notify()
854 /* -EMSGSIZE implies BUG in nh_nlmsg_size() */ in nexthop_notify()

Completed in 8 milliseconds