Searched refs:LIST_DELETE (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/include/linux/netfilter_ipv4/ |
D | listhelp.h | 64 #define LIST_DELETE(head, oldentry) \ macro 73 #define LIST_DELETE(head, oldentry) list_del((struct list_head *)oldentry) macro
|
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_conntrack_core.c | 301 LIST_DELETE(&ip_conntrack_hash[ho], &ct->tuplehash[IP_CT_DIR_ORIGINAL]); in clean_from_lists() 302 LIST_DELETE(&ip_conntrack_hash[hr], &ct->tuplehash[IP_CT_DIR_REPLY]); in clean_from_lists() 745 LIST_DELETE(&ip_conntrack_expect_list, expected); in init_conntrack() 1170 LIST_DELETE(&helpers, me); in ip_conntrack_helper_unregister()
|
D | ip_nat_standalone.c | 285 LIST_DELETE(&protos, proto); in ip_nat_protocol_unregister()
|
D | ip_fw_compat_redir.c | 159 LIST_DELETE(&redirs, (struct redir *)me); in destroyme()
|
D | ip_conntrack_standalone.c | 438 LIST_DELETE(&protocol_list, proto); in ip_conntrack_protocol_unregister()
|
D | ip_tables.c | 1349 LIST_DELETE(&ipt_target, target); in ipt_unregister_target() 1380 LIST_DELETE(&ipt_match, match); in ipt_unregister_match() 1453 LIST_DELETE(&ipt_tables, table); in ipt_unregister_table()
|
D | ip_nat_core.c | 88 LIST_DELETE(&bysource[hs], &info->bysource); in ip_nat_cleanup_conntrack() 89 LIST_DELETE(&byipsproto[hp], &info->byipsproto); in ip_nat_cleanup_conntrack()
|
D | ip_nat_helper.c | 535 LIST_DELETE(&helpers, me); in ip_nat_helper_unregister()
|
D | arp_tables.c | 1141 LIST_DELETE(&arpt_target, target); in arpt_unregister_target() 1215 LIST_DELETE(&arpt_tables, table); in arpt_unregister_table()
|
/linux-2.4.37.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 1430 LIST_DELETE(&ip6t_target, target); in ip6t_unregister_target() 1461 LIST_DELETE(&ip6t_match, match); in ip6t_unregister_match() 1534 LIST_DELETE(&ip6t_tables, table); in ip6t_unregister_table()
|