Home
last modified time | relevance | path

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

/Linux-v5.4/net/netfilter/
Dnf_conntrack_seqadj.c140 case TCPOPT_EOL: in nf_ct_sack_adjust()
Dnf_synproxy_core.c44 case TCPOPT_EOL: in synproxy_parse_options()
201 case TCPOPT_EOL: in synproxy_tstamp_adjust()
Dnf_conntrack_proto_tcp.c365 case TCPOPT_EOL: in tcp_options()
426 case TCPOPT_EOL: in tcp_sack()
/Linux-v5.4/net/sched/
Dsch_cake.c928 if (opcode == TCPOPT_EOL) in cake_get_tcpopt()
1065 if (opcode == TCPOPT_EOL) in cake_tcph_may_drop()
/Linux-v5.4/net/ipv4/
Dtcp_input.c3801 case TCPOPT_EOL: in tcp_parse_mss_option()
3851 case TCPOPT_EOL: in tcp_parse_options()
4012 case TCPOPT_EOL: in tcp_parse_md5sig_option()
/Linux-v5.4/include/net/
Dtcp.h178 #define TCPOPT_EOL 0 /* End of options */ macro