Searched refs:nfnl_ct_set_proto (Results 1 – 4 of 4) sorted by relevance
56 extern void nfnl_ct_set_proto(struct nfnl_ct *, uint8_t);
59 nfnl_ct_set_proto(ct, proto); in nl_cli_ct_parse_protocol()
170 nfnl_ct_set_proto(ct, nla_get_u8(tb[CTA_PROTO_NUM])); in ct_parse_proto()
401 void nfnl_ct_set_proto(struct nfnl_ct *ct, uint8_t proto) in nfnl_ct_set_proto() function