Searched refs:km_repl (Results 1 – 1 of 1) sorted by relevance
101 struct nf_ct_gre_keymap *km_orig, *km_repl; in nf_ct_gre_km_acceptable() local106 km_repl = ct_pptp_info->keymap[IP_CT_DIR_REPLY]; in nf_ct_gre_km_acceptable()108 if (km_orig && km_repl) { in nf_ct_gre_km_acceptable()112 if (!gre_key_cmpfn(km_repl, repl)) in nf_ct_gre_km_acceptable()119 DEBUG_NET_WARN_ON_ONCE(km_repl); in nf_ct_gre_km_acceptable()131 struct nf_ct_gre_keymap *km_orig, *km_repl; in nf_ct_gre_keymap_add() local137 km_repl = kmalloc_obj(*km_repl, GFP_ATOMIC); in nf_ct_gre_keymap_add()138 if (!km_repl) in nf_ct_gre_keymap_add()142 memcpy(&km_repl->tuple, repl, sizeof(*repl)); in nf_ct_gre_keymap_add()163 pr_debug("adding new entries %p,%p: ", km_orig, km_repl); in nf_ct_gre_keymap_add()[all …]