Home
last modified time | relevance | path

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

/third_party/iptables/include/linux/netfilter/
Dnf_tables.h10 #define NFT_USERDATA_MAXLEN 256 macro
/third_party/iptables/libxtables/
Dxtables.c2333 char comment[NFT_USERDATA_MAXLEN];
2380 strncpy(xl->comment, comment, NFT_USERDATA_MAXLEN - 1); in xt_xlate_add_comment()
2381 xl->comment[NFT_USERDATA_MAXLEN - 1] = '\0'; in xt_xlate_add_comment()
/third_party/iptables/iptables/
Dnft.c2968 udata = nftnl_udata_buf_alloc(NFT_USERDATA_MAXLEN); in ebt_add_policy_rule()