Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c89 #define NFT_NLMSG_MAXSIZE (UINT16_MAX + getpagesize()) macro
101 batch = nftnl_batch_alloc(BATCH_PAGE_SIZE, NFT_NLMSG_MAXSIZE); in mnl_batch_init()