Searched refs:opsize (Results 1 - 11 of 11) sorted by relevance

/linux-master/drivers/crypto/starfive/
H A Djh7110-rsa.c77 u8 opsize; local
79 opsize = (bit_len - 1) >> 5;
84 for (loop = 0; loop <= opsize; loop++)
85 writel(mod[opsize - loop], cryp->base + STARFIVE_PKA_CANR_OFFSET + loop * 4);
90 rctx->csr.pka.opsize = opsize;
91 rctx->csr.pka.exposize = opsize;
102 for (loop = 0; loop <= opsize; loop++)
103 writel(in[opsize - loop], cryp->base + STARFIVE_PKA_CAAR_OFFSET + loop * 4);
107 for (loop = 1; loop <= opsize; loo
174 int opsize, mlen, loop; local
[all...]
H A Djh7110-cryp.h118 u32 opsize :6; member in struct:starfive_pka_cacr::__anon133
/linux-master/net/mptcp/
H A Doptions.c24 const unsigned char *ptr, int opsize,
63 if (opsize != expected_opsize &&
65 opsize != TCPOLEN_MPTCP_MPC_ACK_DATA_CSUM))
70 if (opsize != TCPOLEN_MPTCP_MPC_SYN) {
94 if (opsize >= TCPOLEN_MPTCP_MPC_SYNACK) {
98 if (opsize >= TCPOLEN_MPTCP_MPC_ACK) {
102 if (opsize >= TCPOLEN_MPTCP_MPC_ACK_DATA) {
115 if (opsize == TCPOLEN_MPTCP_MPC_ACK_DATA_CSUM) {
121 version, flags, opsize, mp_opt->sndr_key,
126 if (opsize
23 mptcp_parse_option(const struct sk_buff *skb, const unsigned char *ptr, int opsize, struct mptcp_options_received *mp_opt) argument
380 int opsize; local
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_tcp_custom_syncookie.c221 __u8 *opcode, *opsize, *wscale; local
237 opsize = next(ctx, 1);
238 if (!opsize)
241 if (*opsize < 2)
247 if (*opsize == TCPOLEN_MSS && ctx->tcp->syn && mss)
252 if (*opsize == TCPOLEN_WINDOW && ctx->tcp->syn && wscale) {
260 if (*opsize == TCPOLEN_TIMESTAMP && tsval && tsecr) {
271 if (*opsize == TCPOLEN_SACK_PERM && ctx->tcp->syn)
276 ctx->off = off + *opsize;
H A Dxdp_synproxy_kern.c219 __u8 *opcode, *opsize, *wscale, *tsecr; local
231 opsize = next(ctx, 1);
232 if (!opsize || *opsize < 2)
240 if (*opsize == TCPOLEN_WINDOW)
247 if (*opsize == TCPOLEN_TIMESTAMP) {
254 if (*opsize == TCPOLEN_SACK_PERM)
259 ctx->off = off + *opsize;
/linux-master/arch/s390/kernel/
H A Ddis.c506 int start, end, opsize, hops, i; local
541 opsize = insn_length(code[start]);
542 if (start + opsize == 32)
550 if (start + opsize >= end)
552 for (i = 0; i < opsize; i++)
558 start += opsize;
570 int opsize, i; local
574 opsize = insn_length(*code);
575 if (opsize > len)
578 for (i = 0; i < opsize;
[all...]
/linux-master/net/netfilter/
H A Dnf_conntrack_proto_tcp.c355 int opsize; local
366 opsize=*ptr++;
367 if (opsize < 2) /* "silly options" */
369 if (opsize > length)
373 && opsize == TCPOLEN_SACK_PERM)
376 && opsize == TCPOLEN_WINDOW) {
385 ptr += opsize - 2;
386 length -= opsize;
417 int opsize, i; local
428 opsize
[all...]
H A Dnf_synproxy_core.c44 int opsize; local
55 opsize = *ptr++;
56 if (opsize < 2)
58 if (opsize > length)
63 if (opsize == TCPOLEN_MSS) {
69 if (opsize == TCPOLEN_WINDOW) {
77 if (opsize == TCPOLEN_TIMESTAMP) {
84 if (opsize == TCPOLEN_SACK_PERM)
89 ptr += opsize - 2;
90 length -= opsize;
[all...]
/linux-master/net/sched/
H A Dsch_cake.c963 int opsize; local
973 opsize = *ptr++;
974 if (opsize < 2 || opsize > length)
978 *oplen = opsize;
982 ptr += opsize - 2;
983 length -= opsize;
1070 int opsize; local
1072 ptr = cake_get_tcpopt(tcph, TCPOPT_TIMESTAMP, &opsize);
1074 if (ptr && opsize
1102 int opsize; local
[all...]
/linux-master/net/ipv4/
H A Dtcp_input.c4055 int opsize)
4059 if (th->syn && !(opsize & 1) &&
4060 opsize >= TCPOLEN_EXP_SMC_BASE &&
4081 int opsize; local
4092 opsize = *ptr++;
4093 if (opsize < 2) /* "silly options" */
4095 if (opsize > length)
4097 if (opcode == TCPOPT_MSS && opsize == TCPOLEN_MSS) {
4106 ptr += opsize - 2;
4107 length -= opsize;
4052 smc_parse_options(const struct tcphdr *th, struct tcp_options_received *opt_rx, const unsigned char *ptr, int opsize) argument
4133 int opsize; local
4307 int opsize; local
[all...]
/linux-master/arch/m68k/ifpsp060/src/
H A Dpfpsp.S3925 cmpi.b %d0,&0xc # is opsize ext or packed?
7279 mov.l &0xc,%d0 # pass: opsize is 12 bytes
7611 movq.l &0x8,%d0 # pass: opsize is 8 bytes
7652 movq.l &0x8,%d0 # pass: opsize is 8 bytes
7692 movq.l &0x8,%d0 # pass: opsize is 8 bytes
7916 mov.l &0xc,%d0 # pass: opsize is 12 bytes

Completed in 231 milliseconds