HomeSort by relevance Sort by last modified time
    Searched refs:CTA_PROTOINFO_TCP (Results 101 - 106 of 106) sorted by null

1 2 3 45

  /external/libnl/lib/netfilter/
ct.c 95 [CTA_PROTOINFO_TCP] = { .type = NLA_NESTED },
268 if (tb[CTA_PROTOINFO_TCP]) {
269 err = ct_parse_protoinfo_tcp(ct, tb[CTA_PROTOINFO_TCP]);
  /external/libnetfilter_conntrack/src/conntrack/
parse.c 313 if (tb[CTA_PROTOINFO_TCP-1])
314 __parse_protoinfo_tcp(tb[CTA_PROTOINFO_TCP-1], ct);