函数原型:static inline struct nlmsghdr *nlmsg_put(struct sk_buff *skb, u32 portid, u32 seq, int type, int payload, int flags) 返回类型:struct nlmsghdr 参数: 类型参数名称 struct sk_buff * skb u32 portid u32 seq int type int payload int flags 852...
Fixes data remnant seen when we fail to reserve space for a nexthop group during a larger dump. If we fail the reservation, we goto nla_put_failure and cancel the message. Reproduce with the following iproute2 commands: === ip link add dummy1 type dummy ip link add dummy2 type dummy...