Home
last modified time | relevance | path

Searched refs:nfnl_ct_set_proto (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/netfilter/
Dct.h61 extern void nfnl_ct_set_proto(struct nfnl_ct *, uint8_t);
/external/libnl/src/lib/
Dct.c59 nfnl_ct_set_proto(ct, proto); in nl_cli_ct_parse_protocol()
/external/libnl/lib/netfilter/
Dct.c184 nfnl_ct_set_proto(ct, nla_get_u8(tb[CTA_PROTO_NUM])); in ct_parse_proto()
Dct_obj.c428 void nfnl_ct_set_proto(struct nfnl_ct *ct, uint8_t proto) in nfnl_ct_set_proto() function