Searched refs:nfnl_ct_get_family (Results 1 – 5 of 5) sorted by relevance
90 struct nl_addr *a = nl_cli_addr_parse(arg, nfnl_ct_get_family(ct)); in nl_cli_ct_parse_src()99 struct nl_addr *a = nl_cli_addr_parse(arg, nfnl_ct_get_family(ct)); in nl_cli_ct_parse_dst()
59 extern uint8_t nfnl_ct_get_family(const struct nfnl_ct *);
24 nfnl_ct_get_family;
432 family = nfnl_ct_get_family(ct); in nfnl_ct_build_tuple()513 nfnl_ct_get_family(ct), 0); in nfnl_ct_build_message()
421 uint8_t nfnl_ct_get_family(const struct nfnl_ct *ct) in nfnl_ct_get_family() function