Searched refs:nlmsg_total_size (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dnetlink.h15 * <--- nlmsg_total_size(payload) --->
51 * nlmsg_total_size(payload) length of message w/ padding
272 * nlmsg_total_size - length of netlink message including padding
275 static inline int nlmsg_total_size(int payload) function
286 return nlmsg_total_size(payload) - nlmsg_msg_size(payload);
449 if (unlikely(skb_tailroom(skb) < nlmsg_total_size(payload)))
485 return alloc_skb(nlmsg_total_size(payload), flags);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/core/
H A Drtnetlink.c358 size = nlmsg_total_size(sizeof(struct nlattr)) + /* IFLA_LINKINFO */
359 nlmsg_total_size(strlen(ops->kind) + 1); /* IFLA_INFO_KIND */
363 size += nlmsg_total_size(sizeof(struct nlattr)) +
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netlink/
H A Daf_netlink.c1834 while (skb->len >= nlmsg_total_size(0)) {

Completed in 102 milliseconds