Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/crypto/
Dtestmgr.c785 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local
793 keyptr = keybuf + key_offset; in prepare_keybuf()
794 memcpy(keyptr, key, ksize); in prepare_keybuf()
797 *keyptr_ret = keyptr; in prepare_keybuf()
804 const u8 *keybuf, *keyptr; \
808 &keybuf, &keyptr); \
810 err = setkey_f((tfm), keyptr, (ksize)); \