Home
last modified time | relevance | path

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

/Linux-v6.6/net/netfilter/
Dnf_nat_core.c471 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local
478 keyptr = &tuple->src.u.icmp.id; in nf_nat_l4proto_unique_tuple()
496 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple()
498 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple()
515 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple()
517 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple()
530 if (ntohs(*keyptr) < 1024) { in nf_nat_l4proto_unique_tuple()
532 if (ntohs(*keyptr) < 512) { in nf_nat_l4proto_unique_tuple()
553 off = (ntohs(*keyptr) - ntohs(range->base_proto.all)); in nf_nat_l4proto_unique_tuple()
569 *keyptr = htons(min + off % range_size); in nf_nat_l4proto_unique_tuple()
/Linux-v6.6/crypto/
Dtestmgr.c830 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local
838 keyptr = keybuf + key_offset; in prepare_keybuf()
839 memcpy(keyptr, key, ksize); in prepare_keybuf()
842 *keyptr_ret = keyptr; in prepare_keybuf()
849 const u8 *keybuf, *keyptr; \
853 &keybuf, &keyptr); \
855 err = setkey_f((tfm), keyptr, (ksize)); \