OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CTA_PROTOINFO_TCP
(Results
101 - 106
of
106
) sorted by null
1
2
3
4
5
/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);