Searched refs:NFNL_MAX_ATTR_COUNT (Results 1 – 1 of 1) sorted by relevance
42 #define NFNL_MAX_ATTR_COUNT 32120 if (WARN_ON(n->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT)) in nfnetlink_subsys_register() 255 struct nlattr *cda[NFNL_MAX_ATTR_COUNT + 1]; in nfnetlink_rcv_msg() 267 /* Sanity-check NFNL_MAX_ATTR_COUNT */ in nfnetlink_rcv_msg() 268 if (ss->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT) { in nfnetlink_rcv_msg() 499 struct nlattr *cda[NFNL_MAX_ATTR_COUNT + 1]; in nfnetlink_rcv_batch() 512 if (ss->cb[cb_id].attr_count > NFNL_MAX_ATTR_COUNT) { in nfnetlink_rcv_batch() 44 #define NFNL_MAX_ATTR_COUNT global() macro