Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter_bridge/
H A Debt_nflog.h9 #define EBT_NFLOG_PREFIX_SIZE 64 macro
21 char prefix[EBT_NFLOG_PREFIX_SIZE];
/openbmc/linux/net/bridge/netfilter/
H A Debt_nflog.c47 info->prefix[EBT_NFLOG_PREFIX_SIZE - 1] = '\0'; in ebt_nflog_tg_check()