Home
last modified time | relevance | path

Searched refs:fib_rule_nlmsg_size (Results 1 – 1 of 1) sorted by relevance

/kernel/linux/linux-5.10/net/core/
Dfib_rules.c962 static inline size_t fib_rule_nlmsg_size(struct fib_rules_ops *ops, in fib_rule_nlmsg_size() function
1174 skb = nlmsg_new(fib_rule_nlmsg_size(ops, rule), GFP_KERNEL); in notify_rule_change()