Searched refs:NL_MAX_PAYLOAD (Results 1 – 4 of 4) sorted by relevance
5835 if ((len + IFNAMSIZ) > NL_MAX_PAYLOAD5847 if ((len + IFNAMSIZ) > NL_MAX_PAYLOAD) {5848 skb = alloc_skb(NLMSG_SPACE(NL_MAX_PAYLOAD * 2),5858 skb = alloc_skb(NLMSG_SPACE(NL_MAX_PAYLOAD),
813 #define NL_MAX_PAYLOAD 1024 macro
910 #define NL_MAX_PAYLOAD (3 * 1024) macro
8174 if ((len + IFNAMSIZ) > NL_MAX_PAYLOAD) {8181 skb = alloc_skb(NLMSG_SPACE(NL_MAX_PAYLOAD), GFP_ATOMIC);8187 memset(skb->data, 0, NLMSG_SPACE(NL_MAX_PAYLOAD));