Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/netfilter/
H A Dx_tables.h7 #define XT_FUNCTION_MAXNAMELEN 30 macro
72 char errorname[XT_FUNCTION_MAXNAMELEN];
/openbmc/linux/include/uapi/linux/netfilter_arp/
H A Darp_tables.h21 #define ARPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN
/openbmc/linux/include/uapi/linux/netfilter_ipv4/
H A Dip_tables.h27 #define IPT_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN
/openbmc/linux/include/linux/netfilter/
H A Dx_tables.h462 char name[XT_FUNCTION_MAXNAMELEN - 1];
478 char name[XT_FUNCTION_MAXNAMELEN - 1];
/openbmc/linux/include/uapi/linux/netfilter_ipv6/
H A Dip6_tables.h27 #define IP6T_FUNCTION_MAXNAMELEN XT_FUNCTION_MAXNAMELEN
/openbmc/linux/net/netfilter/
H A Dx_tables.c817 char errorname[XT_FUNCTION_MAXNAMELEN];
1816 char buf[XT_FUNCTION_MAXNAMELEN]; in xt_proto_init()
1882 char buf[XT_FUNCTION_MAXNAMELEN]; in xt_proto_fini()
/openbmc/linux/net/ipv4/netfilter/
H A Darp_tables.c1604 .targetsize = XT_FUNCTION_MAXNAMELEN,
H A Dip_tables.c1822 .targetsize = XT_FUNCTION_MAXNAMELEN,
/openbmc/linux/net/ipv6/netfilter/
H A Dip6_tables.c1829 .targetsize = XT_FUNCTION_MAXNAMELEN,