Searched refs:ip6t_match (Results 1 – 17 of 17) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_ipv6/ |
D | ip6_tables.h | 65 struct ip6t_match *match; 349 struct ip6t_match struct 416 extern int ip6t_register_match(struct ip6t_match *match); 417 extern void ip6t_unregister_match(struct ip6t_match *match);
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 109 static LIST_HEAD(ip6t_match); 508 : head == &ip6t_match ? "ip6t_match" in find_inlist_lock_noload() 556 static inline struct ip6t_match * 559 return find_inlist_lock(&ip6t_match, name, "ip6t_", error, mutex); in find_match_lock() 731 struct ip6t_match *match; in check_match() 1436 ip6t_register_match(struct ip6t_match *match) in ip6t_register_match() 1446 if (!list_named_insert(&ip6t_match, match)) { in ip6t_register_match() 1458 ip6t_unregister_match(struct ip6t_match *match) in ip6t_unregister_match() 1461 LIST_DELETE(&ip6t_match, match); in ip6t_unregister_match() 1781 static struct ip6t_match tcp_matchstruct [all …]
|
D | ip6t_mark.c | 36 static struct ip6t_match mark_match
|
D | ip6t_length.c | 37 static struct ip6t_match length_match
|
D | ip6t_mac.c | 50 static struct ip6t_match mac_match
|
D | ip6t_hl.c | 59 static struct ip6t_match hl_match = { { NULL, NULL }, "hl", &match,
|
D | ip6t_eui64.c | 72 static struct ip6t_match eui64_match
|
D | ip6t_multiport.c | 90 static struct ip6t_match multiport_match
|
D | ip6t_limit.c | 118 static struct ip6t_match ip6t_limit_reg
|
D | ip6t_ipv6header.c | 142 static struct ip6t_match
|
D | ip6t_esp.c | 162 static struct ip6t_match esp_match
|
D | ip6t_owner.c | 151 static struct ip6t_match owner_match
|
D | ip6t_ah.c | 193 static struct ip6t_match ah_match
|
D | ip6t_frag.c | 205 static struct ip6t_match frag_match
|
D | ip6t_dst.c | 262 static struct ip6t_match opts_match
|
D | ip6t_hbh.c | 262 static struct ip6t_match opts_match
|
D | ip6t_rt.c | 280 static struct ip6t_match rt_match
|