Home
last modified time | relevance | path

Searched refs:keymap_list (Results 1 – 2 of 2) sorted by relevance

/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c75 list_for_each_entry_rcu(km, &net_gre->keymap_list, list) { in gre_keymap_lookup()
100 list_for_each_entry_rcu(km, &net_gre->keymap_list, list) { in nf_ct_gre_keymap_add()
119 list_add_tail(&km->list, &net_gre->keymap_list); in nf_ct_gre_keymap_add()
299 INIT_LIST_HEAD(&net_gre->keymap_list); in nf_conntrack_gre_init_net()
/linux/include/net/netns/
H A Dconntrack.h74 struct list_head keymap_list; member