Home
last modified time | relevance | path

Searched refs:CTA_TIMEOUT_TCP_LAST_ACK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/netfilter/
H A Dnfnetlink_cttimeout.h41 CTA_TIMEOUT_TCP_LAST_ACK, enumerator
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_proto_tcp.c1502 if (tb[CTA_TIMEOUT_TCP_LAST_ACK]) { in tcp_timeout_nlattr_to_obj()
1504 ntohl(nla_get_be32(tb[CTA_TIMEOUT_TCP_LAST_ACK]))*HZ; in tcp_timeout_nlattr_to_obj()
1546 nla_put_be32(skb, CTA_TIMEOUT_TCP_LAST_ACK, in tcp_timeout_obj_to_nlattr()
1571 [CTA_TIMEOUT_TCP_LAST_ACK] = { .type = NLA_U32 },