• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/libnetfilter_cttimeout-1.0.0/src/
1LIBNETFILTER_CTTIMEOUT_1.0 {
2global:
3  nfct_timeout_alloc;
4  nfct_timeout_free;
5  nfct_timeout_attr_set;
6  nfct_timeout_attr_set_u8;
7  nfct_timeout_attr_set_u16;
8  nfct_timeout_attr_unset;
9  nfct_timeout_policy_attr_set_u32;
10  nfct_timeout_policy_unset;
11  nfct_timeout_policy_attr_to_name;
12  nfct_timeout_nlmsg_build_hdr;
13  nfct_timeout_nlmsg_build_payload;
14  nfct_timeout_nlmsg_parse_payload;
15  /* nfct_timeout_snprintf prototype was modified, new version in 1.1.
16     I decided not to keep the old symbol compatibility. See git log
17     for more information. */
18
19local: *;
20};
21
22LIBNETFILTER_CTTIMEOUT_1.1 {
23  nfct_timeout_snprintf;
24} LIBNETFILTER_CTTIMEOUT_1.0;
25