Home
last modified time | relevance | path

Searched refs:minlen (Results 1 – 3 of 3) sorted by relevance

/net/netfilter/
A Dnft_rt.c23 u32 minlen = sizeof(struct ipv6hdr), mtu = dst_mtu(skbdst); in get_tcpmss() local
33 minlen = sizeof(struct iphdr) + sizeof(struct tcphdr); in get_tcpmss()
37 minlen = sizeof(struct ipv6hdr) + sizeof(struct tcphdr); in get_tcpmss()
47 if (mtu <= minlen || mtu > 0xffff) in get_tcpmss()
50 return mtu - minlen; in get_tcpmss()
/net/openvswitch/
A Dconntrack.c39 int minlen; member
1218 [OVS_CT_ATTR_COMMIT] = { .minlen = 0, .maxlen = 0 },
1220 [OVS_CT_ATTR_ZONE] = { .minlen = sizeof(u16),
1222 [OVS_CT_ATTR_MARK] = { .minlen = sizeof(struct md_mark),
1226 [OVS_CT_ATTR_HELPER] = { .minlen = 1,
1230 [OVS_CT_ATTR_NAT] = { .minlen = 0, .maxlen = INT_MAX },
1232 [OVS_CT_ATTR_EVENTMASK] = { .minlen = sizeof(u32),
1234 [OVS_CT_ATTR_TIMEOUT] = { .minlen = 1,
1247 int minlen; in parse_ct() local
1257 minlen = ovs_ct_attr_lens[type].minlen; in parse_ct()
[all …]
/net/ipv4/
A Dtcp_input.c4260 unsigned int minlen = TCPOLEN_MD5SIG; in tcp_do_parse_auth_options() local
4263 minlen = sizeof(struct tcp_ao_hdr) + 1; in tcp_do_parse_auth_options()
4269 while (length >= minlen) { in tcp_do_parse_auth_options()

Completed in 21 milliseconds