Searched refs:keyptr (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/net/netfilter/ |
H A D | nf_nat_core.c | 406 __be16 *keyptr; in nf_nat_l4proto_unique_tuple() local 414 keyptr = &tuple->src.u.icmp.id; in nf_nat_l4proto_unique_tuple() 432 keyptr = &tuple->src.u.gre.key; in nf_nat_l4proto_unique_tuple() 434 keyptr = &tuple->dst.u.gre.key; in nf_nat_l4proto_unique_tuple() 451 keyptr = &tuple->src.u.all; in nf_nat_l4proto_unique_tuple() 453 keyptr = &tuple->dst.u.all; in nf_nat_l4proto_unique_tuple() 466 if (ntohs(*keyptr) < 1024) { in nf_nat_l4proto_unique_tuple() 468 if (ntohs(*keyptr) < 512) { in nf_nat_l4proto_unique_tuple() 489 off = (ntohs(*keyptr) - ntohs(range->base_proto.all)); in nf_nat_l4proto_unique_tuple() 505 *keyptr in nf_nat_l4proto_unique_tuple() [all...] |
/kernel/linux/linux-6.6/net/netfilter/ |
H A D | nf_nat_core.c | 471 __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 in nf_nat_l4proto_unique_tuple() [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | testmgr.c | 782 u8 *keybuf = NULL, *keyptr = (u8 *)key; in prepare_keybuf() local 790 keyptr = keybuf + key_offset; in prepare_keybuf() 791 memcpy(keyptr, key, ksize); in prepare_keybuf() 794 *keyptr_ret = keyptr; in prepare_keybuf() 801 const u8 *keybuf, *keyptr; \ 805 &keybuf, &keyptr); \ 807 err = setkey_f((tfm), keyptr, (ksize)); \
|
/kernel/linux/linux-6.6/crypto/ |
H A D | testmgr.c | 830 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)); \
|
Completed in 14 milliseconds