Home
last modified time | relevance | path

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

/external/iptables/iptables/
Dnft.c1105 #define NETLINK_ALIGN 4 macro
1135 len += sizeof(struct in_addr) + NETLINK_ALIGN - 1; in __add_nft_among()
1136 len &= ~(NETLINK_ALIGN - 1); in __add_nft_among()