Home
last modified time | relevance | path

Searched refs:LIST_DELETE (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/include/linux/netfilter_ipv4/
Dlisthelp.h64 #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/
Dip_conntrack_core.c301 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()
Dip_nat_standalone.c285 LIST_DELETE(&protos, proto); in ip_nat_protocol_unregister()
Dip_fw_compat_redir.c159 LIST_DELETE(&redirs, (struct redir *)me); in destroyme()
Dip_conntrack_standalone.c438 LIST_DELETE(&protocol_list, proto); in ip_conntrack_protocol_unregister()
Dip_tables.c1349 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()
Dip_nat_core.c88 LIST_DELETE(&bysource[hs], &info->bysource); in ip_nat_cleanup_conntrack()
89 LIST_DELETE(&byipsproto[hp], &info->byipsproto); in ip_nat_cleanup_conntrack()
Dip_nat_helper.c535 LIST_DELETE(&helpers, me); in ip_nat_helper_unregister()
Darp_tables.c1141 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/
Dip6_tables.c1430 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()