Searched refs:ip6tables_match (Results 1 - 25 of 29) sorted by relevance

12

/external/iproute2/include/
H A Dip6tables.h11 struct ip6tables_match *match;
15 struct ip6tables_match struct
17 struct ip6tables_match *next;
118 extern void register_match6(struct ip6tables_match *me);
124 extern struct ip6tables_match *ip6tables_matches;
134 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
/external/iptables/include/
H A Dip6tables.h37 struct ip6tables_match *match;
45 struct ip6tables_match struct
47 struct ip6tables_match *next;
151 extern void register_match6(struct ip6tables_match *me);
159 extern struct ip6tables_match *ip6tables_matches;
170 extern struct ip6tables_match *find_match(const char *name, enum ip6t_tryload, struct ip6tables_rule_match **match);
/external/iptables/extensions/
H A Dlibip6t_eui64.c60 static struct ip6tables_match eui64 = {
H A Dlibip6t_condition.c88 static struct ip6tables_match condition = {
H A Dlibip6t_2connmark.c134 static struct ip6tables_match connmark_match = {
H A Dlibip6t_2hl.c132 struct ip6tables_match hl = {
H A Dlibip6t_2mark.c126 static struct ip6tables_match mark = {
H A Dlibip6t_length.c136 struct ip6tables_match length = {
H A Dlibip6t_mac.c123 static struct ip6tables_match mac = {
H A Dlibip6t_state.c146 static struct ip6tables_match state = {
H A Dlibip6t_ah.c209 struct ip6tables_match ah = {
H A Dlibip6t_esp.c167 struct ip6tables_match esp = {
H A Dlibip6t_limit.c178 static struct ip6tables_match limit = {
H A Dlibip6t_physdev.c175 static struct ip6tables_match physdev = {
H A Dlibip6t_udp.c210 static struct ip6tables_match udp = {
H A Dlibip6t_multiport.c423 static struct ip6tables_match multiport = {
437 static struct ip6tables_match multiport_v1 = {
H A Dlibip6t_dst.c251 struct ip6tables_match optstruct = {
H A Dlibip6t_frag.c254 struct ip6tables_match frag = {
H A Dlibip6t_hbh.c240 static struct ip6tables_match optstruct = {
H A Dlibip6t_icmp6.c261 static struct ip6tables_match icmpv6 = {
H A Dlibip6t_ipv6header.c299 struct ip6tables_match ipv6header = {
H A Dlibip6t_owner.c232 static struct ip6tables_match owner = {
H A Dlibip6t_hashlimit.c352 static struct ip6tables_match hashlimit = { NULL,
/external/iptables/
H A Dip6tables.c199 struct ip6tables_match *ip6tables_matches = NULL;
739 struct ip6tables_match *
742 struct ip6tables_match *ptr;
757 struct ip6tables_match *clone;
764 clone = fw_malloc(sizeof(struct ip6tables_match));
765 memcpy(clone, ptr, sizeof(struct ip6tables_match));
827 static struct ip6tables_match *
1152 register_match6(struct ip6tables_match *me)
1154 struct ip6tables_match **i, *old;
1316 struct ip6tables_match *matc
[all...]
H A Dip6tables-save.c102 struct ip6tables_match *match

Completed in 294 milliseconds

12