Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_nat_core.c587 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local
594 keyptr = &tuple->src.u.icmp.id; in nf_nat_l4proto_unique_tuple()
612 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple()
614 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple()
631 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()
633 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()
646 if (ntohs(*keyptr) < 1024) { in nf_nat_l4proto_unique_tuple()
648 if (ntohs(*keyptr) < 512) { in nf_nat_l4proto_unique_tuple()
669 off = (ntohs(*keyptr) - ntohs(range->base_proto.all)); in nf_nat_l4proto_unique_tuple()
688 *keyptr = htons(min + off % range_size); in nf_nat_l4proto_unique_tuple()
/linux/crypto/
H A Dtestmgr.c834 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local
842 keyptr = keybuf + key_offset; in prepare_keybuf()
843 memcpy(keyptr, key, ksize); in prepare_keybuf()
846 *keyptr_ret = keyptr; in prepare_keybuf()
856 const u8 *keybuf, *keyptr; \
860 &keybuf, &keyptr); \
864 err = setkey_f((tfm), keyptr, (ksize)); \