HomeSort by relevance Sort by last modified time
    Searched refs:nfnl_ct_set_family (Results 1 - 6 of 6) sorted by null

  /external/libnl/src/
nf-ct-add.c 104 case '4': nfnl_ct_set_family(ct, AF_INET); break;
105 case '6': nfnl_ct_set_family(ct, AF_INET6); break;
nf-ct-list.c 105 case '4': nfnl_ct_set_family(ct, AF_INET); break;
106 case '6': nfnl_ct_set_family(ct, AF_INET6); break;
  /external/libnl/include/netlink/netfilter/
ct.h 58 extern void nfnl_ct_set_family(struct nfnl_ct *, uint8_t);
  /external/libnl/src/lib/
ct.c 47 nfnl_ct_set_family(ct, family);
  /external/libnl/lib/netfilter/
ct_obj.c 414 void nfnl_ct_set_family(struct nfnl_ct *ct, uint8_t family) function
619 nfnl_ct_set_family(ct, addr->a_family);
ct.c 352 nfnl_ct_set_family(ct, nfnlmsg_family(nlh));

Completed in 144 milliseconds