Home
last modified time | relevance | path

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

/linux-5.19.10/net/netfilter/
Dnf_nat_core.c386 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local
394 keyptr = &tuple->src.u.icmp.id; in nf_nat_l4proto_unique_tuple()
412 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple()
414 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple()
431 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()
433 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()
446 if (ntohs(*keyptr) < 1024) { in nf_nat_l4proto_unique_tuple()
448 if (ntohs(*keyptr) < 512) { in nf_nat_l4proto_unique_tuple()
469 off = (ntohs(*keyptr) - ntohs(range->base_proto.all)); in nf_nat_l4proto_unique_tuple()
485 *keyptr = htons(min + off % range_size); in nf_nat_l4proto_unique_tuple()
/linux-5.19.10/crypto/
Dtestmgr.c822 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local
830 keyptr = keybuf + key_offset; in prepare_keybuf()
831 memcpy(keyptr, key, ksize); in prepare_keybuf()
834 *keyptr_ret = keyptr; in prepare_keybuf()
841 const u8 *keybuf, *keyptr; \
845 &keybuf, &keyptr); \
847 err = setkey_f((tfm), keyptr, (ksize)); \