Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_conntrack_proto_gre.c95 struct nf_ct_gre_keymap **kmp, *km; in nf_ct_gre_keymap_add() local
97 kmp = &ct_pptp_info->keymap[dir]; in nf_ct_gre_keymap_add()
98 if (*kmp) { in nf_ct_gre_keymap_add()
101 if (gre_key_cmpfn(km, t) && km == *kmp) in nf_ct_gre_keymap_add()
113 *kmp = km; in nf_ct_gre_keymap_add()
/linux/tools/testing/selftests/net/netfilter/
H A Dxt_string.sh63 add_rule kmp 1000 1500
64 add_rule kmp 1400 1600
95 echo "FAIL: only kmp with proper --to should match pattern spanning fragments"
/linux/kernel/debug/kdb/
H A Dkdb_main.c691 struct kdb_macro *kmp; in kdb_defcmd() local
698 kmp = container_of(kp, struct kdb_macro, cmd); in kdb_defcmd()
699 list_for_each_entry(kms, &kmp->statements, in kdb_defcmd()
766 struct kdb_macro *kmp; in kdb_exec_defcmd() local
781 kmp = container_of(kp, struct kdb_macro, cmd); in kdb_exec_defcmd()
782 list_for_each_entry(kms, &kmp->statements, list_node) { in kdb_exec_defcmd()
787 kdb_printf("[%s]kdb> %s\n", kmp->cmd.name, kms->statement); in kdb_exec_defcmd()