Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dexp.c63 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
147 if (tb[CTA_PROTO_SRC_PORT]) in exp_parse_proto()
148 srcport = ntohs(nla_get_u16(tb[CTA_PROTO_SRC_PORT])); in exp_parse_proto()
151 if (tb[CTA_PROTO_SRC_PORT] || tb[CTA_PROTO_DST_PORT]) in exp_parse_proto()
396 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT, in nfnl_exp_build_tuple()
Dct.c67 [CTA_PROTO_SRC_PORT] = { .type = NLA_U16 },
168 if (tb[CTA_PROTO_SRC_PORT]) in ct_parse_proto()
170 ntohs(nla_get_u16(tb[CTA_PROTO_SRC_PORT]))); in ct_parse_proto()
464 NLA_PUT_U16(msg, CTA_PROTO_SRC_PORT, in nfnl_ct_build_tuple()
/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_conntrack.h84 CTA_PROTO_SRC_PORT, enumerator