Home
last modified time | relevance | path

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

/linux/net/mptcp/
A Doptions.c58 if (opsize != expected_opsize && in mptcp_parse_option()
65 if (opsize != TCPOLEN_MPTCP_MPC_SYN) { in mptcp_parse_option()
190 if (opsize != expected_opsize && in mptcp_parse_option()
310 if (opsize != TCPOLEN_MPTCP_PRIO) in mptcp_parse_option()
329 if (opsize != TCPOLEN_MPTCP_RST) in mptcp_parse_option()
342 if (opsize != TCPOLEN_MPTCP_FAIL) in mptcp_parse_option()
372 int opsize; in mptcp_get_options() local
383 opsize = *ptr++; in mptcp_get_options()
386 if (opsize > length) in mptcp_get_options()
390 ptr += opsize - 2; in mptcp_get_options()
[all …]
/linux/arch/s390/kernel/
A Ddis.c505 int start, end, opsize, hops, i; in show_code() local
541 if (start + opsize == 32) in show_code()
549 if (start + opsize >= end) in show_code()
551 for (i = 0; i < opsize; i++) in show_code()
557 start += opsize; in show_code()
569 int opsize, i; in print_fn_code() local
573 opsize = insn_length(*code); in print_fn_code()
574 if (opsize > len) in print_fn_code()
577 for (i = 0; i < opsize; i++) in print_fn_code()
586 code += opsize; in print_fn_code()
[all …]
/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c349 int opsize; in tcp_options() local
360 opsize=*ptr++; in tcp_options()
363 if (opsize > length) in tcp_options()
370 && opsize == TCPOLEN_WINDOW) { in tcp_options()
379 ptr += opsize - 2; in tcp_options()
380 length -= opsize; in tcp_options()
411 int opsize, i; in tcp_sack() local
422 opsize = *ptr++; in tcp_sack()
425 if (opsize > length) in tcp_sack()
443 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/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/net/ipv4/
A Dtcp_input.c3946 int opsize) in smc_parse_options() argument
3972 int opsize; in tcp_parse_mss_option() local
3983 opsize = *ptr++; in tcp_parse_mss_option()
3998 length -= opsize; in tcp_parse_mss_option()
4023 int opsize; in tcp_parse_options() local
4034 opsize = *ptr++; in tcp_parse_options()
4126 ptr += opsize-2; in tcp_parse_options()
4190 int opsize; in tcp_parse_md5sig_option() local
4199 opsize = *ptr++; in tcp_parse_md5sig_option()
4200 if (opsize < 2 || opsize > length) in tcp_parse_md5sig_option()
[all …]
/linux/include/net/
A Dmptcp.h221 const unsigned char *ptr, int opsize, in mptcp_parse_option() argument
/linux/arch/m68k/ifpsp060/src/
A Dpfpsp.S3925 cmpi.b %d0,&0xc # is opsize ext or packed?

Completed in 42 milliseconds