Searched refs:inout (Results 1 – 2 of 2) sorted by relevance
/linux/arch/powerpc/crypto/ |
H A D | aesp8-ppc.pl | 536 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3)); 580 vmr $inout,$inptail 587 vperm $inout,$inout,$inptail,$inpperm 591 vxor $inout,$inout,$rndkey0 594 vxor $inout,$inout,$ivec 598 vcipher $inout,$inout,$rndkey1 602 vcipher $inout,$inout,$rndkey0 608 vcipher $inout,$inout,$rndkey1 612 vcipherlast $ivec,$inout,$rndkey0 616 vsel $inout,$outhead,$tmp,$outmask [all …]
|
/linux/net/netfilter/ipvs/ |
H A D | ip_vs_core.c | 749 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp() argument 757 if (inout) { in ip_vs_nat_icmp() 774 if (inout) in ip_vs_nat_icmp() 785 if (inout) in ip_vs_nat_icmp() 795 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6() argument 812 if (inout) { in ip_vs_nat_icmp_v6() 826 ntohs(inout ? ports[1] : ports[0]), in ip_vs_nat_icmp_v6() 827 ntohs(inout ? cp->vport : cp->dport)); in ip_vs_nat_icmp_v6() 828 if (inout) in ip_vs_nat_icmp_v6() 842 if (inout) in ip_vs_nat_icmp_v6()
|