Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/
Dnf_conntrack_proto_gre.c71 struct netns_proto_gre *net_gre = gre_pernet(net); in nf_ct_gre_keymap_flush() local
74 write_lock_bh(&net_gre->keymap_lock); in nf_ct_gre_keymap_flush()
75 list_for_each_entry_safe(km, tmp, &net_gre->keymap_list, list) { in nf_ct_gre_keymap_flush()
79 write_unlock_bh(&net_gre->keymap_lock); in nf_ct_gre_keymap_flush()
95 struct netns_proto_gre *net_gre = gre_pernet(net); in gre_keymap_lookup() local
99 read_lock_bh(&net_gre->keymap_lock); in gre_keymap_lookup()
100 list_for_each_entry(km, &net_gre->keymap_list, list) { in gre_keymap_lookup()
106 read_unlock_bh(&net_gre->keymap_lock); in gre_keymap_lookup()
119 struct netns_proto_gre *net_gre = gre_pernet(net); in nf_ct_gre_keymap_add() local
126 read_lock_bh(&net_gre->keymap_lock); in nf_ct_gre_keymap_add()
[all …]