Home
last modified time | relevance | path

Searched refs:TCPOPT_EOL (Results 1 - 25 of 26) sorted by relevance

12

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dparse_tcp_hdr_opt.c23 0, 6, 0xBB, 0xBB, 0xBB, 0xBB, TCPOPT_EOL
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt.c48 if (kind == TCPOPT_EOL) in parse_hdr_opt()
H A Dtest_parse_tcp_hdr_opt_dynptr.c45 if (kind == TCPOPT_EOL) in parse_hdr_opt()
H A Dxdp_synproxy_kern.c28 #define TCPOPT_EOL 0 macro
224 if (*opcode == TCPOPT_EOL) in tscookie_tcpopt_parse()
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h51 #define TCPOPT_EOL 0 macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h51 #define TCPOPT_EOL 0 macro
/kernel/liteos_m/kal/libc/newlib/porting/include/netinet/
H A Dtcp.h70 #define TCPOPT_EOL 0 macro
/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_conntrack_seqadj.c140 case TCPOPT_EOL: in nf_ct_sack_adjust()
H A Dnf_conntrack_proto_tcp.c365 case TCPOPT_EOL: in tcp_options()
426 case TCPOPT_EOL: in tcp_sack()
H A Dnf_synproxy_core.c47 case TCPOPT_EOL: in synproxy_parse_options()
206 case TCPOPT_EOL: in synproxy_tstamp_adjust()
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_conntrack_seqadj.c140 case TCPOPT_EOL: in nf_ct_sack_adjust()
H A Dnf_synproxy_core.c47 case TCPOPT_EOL: in synproxy_parse_options()
206 case TCPOPT_EOL: in synproxy_tstamp_adjust()
H A Dnf_conntrack_proto_tcp.c358 case TCPOPT_EOL: in tcp_options()
420 case TCPOPT_EOL: in tcp_sack()
/kernel/linux/linux-5.10/net/mptcp/
H A Doptions.c312 case TCPOPT_EOL: in mptcp_get_options()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_cake.c964 if (opcode == TCPOPT_EOL) in cake_get_tcpopt()
1103 if (opcode == TCPOPT_EOL) in cake_tcph_may_drop()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_cake.c965 if (opcode == TCPOPT_EOL) in cake_get_tcpopt()
1104 if (opcode == TCPOPT_EOL) in cake_tcph_may_drop()
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/
H A Dtcp_nip_input.c909 case TCPOPT_EOL: in tcp_nip_parse_options()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c967 if (opt == TCPOPT_EOL) in chcr_ktls_check_tcp_options()
/kernel/linux/linux-5.10/include/net/
H A Dtcp.h187 #define TCPOPT_EOL 0 /* End of options */ macro
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h183 #define TCPOPT_EOL 0 /* End of options */ macro
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c961 if (opt == TCPOPT_EOL) in chcr_ktls_check_tcp_options()
/kernel/linux/linux-6.6/net/mptcp/
H A Doptions.c383 case TCPOPT_EOL: in mptcp_get_options()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c3995 case TCPOPT_EOL: in tcp_parse_mss_option()
4046 case TCPOPT_EOL: in tcp_parse_options()
4213 case TCPOPT_EOL: in tcp_parse_md5sig_option()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c4029 case TCPOPT_EOL: in tcp_parse_mss_option()
4081 case TCPOPT_EOL: in tcp_parse_options()
4247 case TCPOPT_EOL: in tcp_parse_md5sig_option()
/kernel/linux/linux-5.10/net/core/
H A Dfilter.c6780 if (kind == TCPOPT_EOL) { in bpf_search_tcp_opt()
6822 * TCPOPT_EOL which are useless for the bpf prog to learn in BPF_CALL_4()
6832 search_kind == TCPOPT_EOL) in BPF_CALL_4()
6910 new_kind == TCPOPT_EOL) in BPF_CALL_4()

Completed in 64 milliseconds

12