Searched refs:nfcache (Results 26 - 50 of 120) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/iptables-1.x/extensions/
H A Dlibipt_ah.c71 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
85 unsigned int *nfcache,
83 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_esp.c74 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
88 unsigned int *nfcache,
86 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_limit.c77 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
92 unsigned int *nfcache,
90 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_physdev.c38 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
45 unsigned int *nfcache,
43 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_udp.c58 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
73 unsigned int *nfcache,
71 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibip6t_HL.c19 static void init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibip6t_MARK.c30 init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibip6t_SECMARK.c34 static void init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibip6t_TCPMSS.c38 init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_CLASSIFY.c31 init(struct ipt_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_DSCP.c25 static void init(struct ipt_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_SECMARK.c32 static void init(struct ipt_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_TCPMSS.c38 init(struct ipt_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_TTL.c19 static void init(struct ipt_entry_target *t, unsigned int *nfcache) argument
H A Dlibipt_comment.c49 unsigned int *nfcache,
47 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibip6t_multiport.c133 init(struct ip6t_entry_match *m, unsigned int *nfcache) argument
157 unsigned int *nfcache,
207 unsigned int *nfcache,
155 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, unsigned int *nfcache, struct ip6t_entry_match **match) argument
205 parse_v1(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, unsigned int *nfcache, struct ip6t_entry_match **match) argument
H A Dlibipt_multiport.c135 init(struct ipt_entry_match *m, unsigned int *nfcache) argument
164 unsigned int *nfcache,
214 unsigned int *nfcache,
162 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
212 parse_v1(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibipt_policy.c96 static void init(struct ipt_entry_match *m, unsigned int *nfcache) argument
98 *nfcache |= NFC_UNKNOWN;
130 unsigned int *nfcache,
128 parse(int c, char **argv, int invert, unsigned int *flags, const struct ipt_entry *entry, unsigned int *nfcache, struct ipt_entry_match **match) argument
H A Dlibip6t_CONNMARK.c55 init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibip6t_REJECT.c71 init(struct ip6t_entry_target *t, unsigned int *nfcache) argument
H A Dlibip6t_hl.c29 const struct ip6t_entry *entry, unsigned int *nfcache,
28 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, unsigned int *nfcache, struct ip6t_entry_match **match) argument
H A Dlibip6t_length.c72 unsigned int *nfcache,
70 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, unsigned int *nfcache, struct ip6t_entry_match **match) argument
H A Dlibip6t_mac.c60 unsigned int *nfcache,
58 parse(int c, char **argv, int invert, unsigned int *flags, const struct ip6t_entry *entry, unsigned int *nfcache, struct ip6t_entry_match **match) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/netconf/
H A Dnetconf_linux.c822 entry->nfcache |= NFC_UNKNOWN;
826 entry->nfcache |= NETCONF_CONE_NAT;
832 entry->nfcache |= NFC_IP_SRC;
838 entry->nfcache |= NFC_IP_DST;
848 entry->nfcache |= NFC_IP_IF_IN;
855 entry->nfcache |= NFC_IP_IF_OUT;
867 entry->nfcache |= NFC_IP_PROTO;
873 entry->nfcache |= (tcp->spts[0] != 0 || tcp->spts[1] != 0xffff) ? NFC_IP_SRC_PT : 0;
879 entry->nfcache |= (tcp->dpts[0] != 0 || tcp->dpts[1] != 0xffff) ? NFC_IP_DST_PT : 0;
891 entry->nfcache |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/include/linux/netfilter_ipv4/
H A Dip_tables.h77 unsigned int nfcache; member in struct:ipt_entry

Completed in 201 milliseconds

12345