Home
last modified time | relevance | path

Searched refs:TCPOPT_EOL (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_parse_tcp_hdr_opt_dynptr.c45 if (kind == TCPOPT_EOL) in parse_hdr_opt()
H A Dtest_parse_tcp_hdr_opt.c48 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()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dparse_tcp_hdr_opt.c24 0, 6, 0xBB, 0xBB, 0xBB, 0xBB, TCPOPT_EOL
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_tcp_hdr_options.h51 #define TCPOPT_EOL 0 macro
/openbmc/linux/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()
/openbmc/linux/net/sched/
H A Dsch_cake.c1025 if (opcode == TCPOPT_EOL) in cake_get_tcpopt()
1164 if (opcode == TCPOPT_EOL) in cake_tcph_may_drop()
/openbmc/linux/net/mptcp/
H A Doptions.c380 case TCPOPT_EOL: in mptcp_get_options()
/openbmc/linux/net/ipv4/
H A Dtcp_input.c4109 case TCPOPT_EOL: in tcp_parse_mss_option()
4161 case TCPOPT_EOL: in tcp_parse_options()
4327 case TCPOPT_EOL: in tcp_parse_md5sig_option()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c961 if (opt == TCPOPT_EOL) in chcr_ktls_check_tcp_options()
/openbmc/linux/include/net/
H A Dtcp.h184 #define TCPOPT_EOL 0 /* End of options */ macro
/openbmc/linux/net/core/
H A Dfilter.c7501 if (kind == TCPOPT_EOL) { in bpf_search_tcp_opt()
7553 search_kind == TCPOPT_EOL) in BPF_CALL_4()
7631 new_kind == TCPOPT_EOL) in BPF_CALL_4()