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

  /external/libnetfilter_conntrack/src/expect/
api.c 515 return __build_expect(ssh, req, size, type, flags, exp);
534 __build_expect(ssh, req, size, IPCTNL_MSG_EXP_NEW, NLM_F_REQUEST|NLM_F_CREATE|NLM_F_ACK|NLM_F_EXCL, data);
537 __build_expect(ssh, req, size, IPCTNL_MSG_EXP_NEW, NLM_F_REQUEST|NLM_F_CREATE|NLM_F_ACK, data);
540 __build_expect(ssh, req, size, IPCTNL_MSG_EXP_GET, NLM_F_REQUEST|NLM_F_ACK, data);
543 __build_expect(ssh, req, size, IPCTNL_MSG_EXP_DELETE, NLM_F_REQUEST|NLM_F_ACK, data);
build.c 52 int __build_expect(struct nfnl_subsys_handle *ssh, function
  /external/libnetfilter_conntrack/include/internal/
prototypes.h 49 int __build_expect(struct nfnl_subsys_handle *ssh, struct nfnlhdr *req, size_t size, uint16_t type, uint16_t flags, const struct nf_expect *exp);

Completed in 49 milliseconds