Home
last modified time | relevance | path

Searched refs:opsize (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/net/mptcp/
A Doptions.c63 if (opsize != expected_opsize && in mptcp_parse_option()
70 if (opsize != TCPOLEN_MPTCP_MPC_SYN) { in mptcp_parse_option()
195 if (opsize != expected_opsize && in mptcp_parse_option()
315 if (opsize != TCPOLEN_MPTCP_PRIO) in mptcp_parse_option()
335 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()
350 if (opsize != TCPOLEN_MPTCP_FAIL) in mptcp_parse_option()
379 int opsize; in mptcp_get_options() local
390 opsize = *ptr++; in mptcp_get_options()
393 if (opsize > length) in mptcp_get_options()
397 ptr += opsize - 2; in mptcp_get_options()
[all …]
/linux-6.3-rc2/arch/s390/kernel/
A Ddis.c506 int start, end, opsize, hops, i; in show_code() local
542 if (start + opsize == 32) in show_code()
550 if (start + opsize >= end) in show_code()
552 for (i = 0; i < opsize; i++) in show_code()
558 start += opsize; in show_code()
570 int opsize, i; in print_fn_code() local
574 opsize = insn_length(*code); in print_fn_code()
575 if (opsize > len) in print_fn_code()
578 for (i = 0; i < opsize; i++) in print_fn_code()
587 code += opsize; in print_fn_code()
[all …]
/linux-6.3-rc2/net/netfilter/
A Dnf_conntrack_proto_tcp.c355 int opsize; in tcp_options() local
366 opsize=*ptr++; in tcp_options()
369 if (opsize > length) in tcp_options()
376 && opsize == TCPOLEN_WINDOW) { in tcp_options()
385 ptr += opsize - 2; in tcp_options()
386 length -= opsize; in tcp_options()
417 int opsize, i; in tcp_sack() local
428 opsize = *ptr++; in tcp_sack()
431 if (opsize > length) in tcp_sack()
449 ptr += opsize - 2; in tcp_sack()
[all …]
A Dnf_synproxy_core.c44 int opsize; in synproxy_parse_options() local
55 opsize = *ptr++; in synproxy_parse_options()
56 if (opsize < 2) in synproxy_parse_options()
58 if (opsize > length) in synproxy_parse_options()
63 if (opsize == TCPOLEN_MSS) { in synproxy_parse_options()
69 if (opsize == TCPOLEN_WINDOW) { in synproxy_parse_options()
77 if (opsize == TCPOLEN_TIMESTAMP) { in synproxy_parse_options()
84 if (opsize == TCPOLEN_SACK_PERM) in synproxy_parse_options()
89 ptr += opsize - 2; in synproxy_parse_options()
90 length -= opsize; in synproxy_parse_options()
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dxdp_synproxy_kern.c197 __u8 opcode, opsize; in tscookie_tcpopt_parse() local
217 opsize = ctx->ptr[1]; in tscookie_tcpopt_parse()
218 if (opsize < 2) in tscookie_tcpopt_parse()
221 if (ctx->ptr + opsize > ctx->end) in tscookie_tcpopt_parse()
226 if (opsize == TCPOLEN_WINDOW && ctx->ptr + TCPOLEN_WINDOW <= ctx->data_end) in tscookie_tcpopt_parse()
230 if (opsize == TCPOLEN_TIMESTAMP && ctx->ptr + TCPOLEN_TIMESTAMP <= ctx->data_end) { in tscookie_tcpopt_parse()
237 if (opsize == TCPOLEN_SACK_PERM) in tscookie_tcpopt_parse()
242 ctx->ptr += opsize; in tscookie_tcpopt_parse()
/linux-6.3-rc2/net/sched/
A Dsch_cake.c962 int opsize; in cake_get_tcpopt() local
972 opsize = *ptr++; in cake_get_tcpopt()
973 if (opsize < 2 || opsize > length) in cake_get_tcpopt()
977 *oplen = opsize; in cake_get_tcpopt()
981 ptr += opsize - 2; in cake_get_tcpopt()
982 length -= opsize; in cake_get_tcpopt()
1069 int opsize; in cake_tcph_get_tstamp() local
1101 int opsize; in cake_tcph_may_drop() local
1111 opsize = *ptr++; in cake_tcph_may_drop()
1112 if (opsize < 2 || opsize > length) in cake_tcph_may_drop()
[all …]
/linux-6.3-rc2/net/ipv4/
A Dtcp_input.c3972 int opsize) in smc_parse_options() argument
3998 int opsize; in tcp_parse_mss_option() local
4009 opsize = *ptr++; in tcp_parse_mss_option()
4024 length -= opsize; in tcp_parse_mss_option()
4050 int opsize; in tcp_parse_options() local
4061 opsize = *ptr++; in tcp_parse_options()
4153 ptr += opsize-2; in tcp_parse_options()
4217 int opsize; in tcp_parse_md5sig_option() local
4226 opsize = *ptr++; in tcp_parse_md5sig_option()
4227 if (opsize < 2 || opsize > length) in tcp_parse_md5sig_option()
[all …]
/linux-6.3-rc2/arch/m68k/ifpsp060/src/
A Dpfpsp.S3925 cmpi.b %d0,&0xc # is opsize ext or packed?

Completed in 46 milliseconds