Home
last modified time | relevance | path

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

/third_party/libnl/lib/netfilter/
Dexp.c55 [CTA_IP_V4_SRC] = { .type = NLA_U32 },
88 if (tb[CTA_IP_V4_SRC]) { in exp_parse_ip()
89 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_SRC], AF_INET); in exp_parse_ip()
377 family == AF_INET ? CTA_IP_V4_SRC : CTA_IP_V6_SRC, in nfnl_exp_build_tuple()
Dct.c59 [CTA_IP_V4_SRC] = { .type = NLA_U32 },
112 if (tb[CTA_IP_V4_SRC]) { in ct_parse_ip()
113 addr = nl_addr_alloc_attr(tb[CTA_IP_V4_SRC], AF_INET); in ct_parse_ip()
445 family == AF_INET ? CTA_IP_V4_SRC : CTA_IP_V6_SRC, in nfnl_ct_build_tuple()
/third_party/libnl/include/linux-private/linux/netfilter/
Dnfnetlink_conntrack.h73 CTA_IP_V4_SRC, enumerator