Searched refs:tuple (Results 26 - 28 of 28) sorted by relevance

12

/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/frontends/nss/
H A Decm_nss_ipv6.c866 orig_tuple = ct->tuplehash[IP_CT_DIR_ORIGINAL].tuple;
867 reply_tuple = ct->tuplehash[IP_CT_DIR_REPLY].tuple;
1280 struct nf_conntrack_tuple tuple; local
1504 * Create a tuple so as to be able to look up a conntrack connection
1506 memset(&tuple, 0, sizeof(tuple));
1507 ECM_IP_ADDR_TO_NIN6_ADDR(tuple.src.u3.in6, flow_ip)
1508 tuple.src.u.all = (__be16)htons(sync->flow_ident);
1509 tuple.src.l3num = AF_INET6;
1511 ECM_IP_ADDR_TO_NIN6_ADDR(tuple
[all...]
/netgear-R7800-V1.0.2.28/package/qca-nss-drv/src/exports/
H A Dnss_ipv4.h113 * Common 5 tuple structure
227 struct nss_ipv4_5tuple tuple; /**< Holds values of the 5 tuple */ member in struct:nss_ipv4_rule_create_msg
263 struct nss_ipv4_5tuple tuple; /**< Holds values of the 5 tuple */ member in struct:nss_ipv4_mc_rule_create_msg
284 struct nss_ipv4_5tuple tuple; /**< Holds values of the 5 tuple */ member in struct:nss_ipv4_rule_destroy_msg
/netgear-R7800-V1.0.2.28/package/qca-nss-ecm/src/
H A Decm_db.c810 * This tuple information is further used to find an attached
834 * Multicast connection tuple table
835 * This table is used to lookup a complete tuple for multicast connections
3813 uint32_t tuple; local
3816 ECM_IP_ADDR_HASH(tuple, address);
3817 hash_val = (uint32_t)jhash_2words(tuple, port, ecm_db_jhash_rnd);
3827 uint32_t tuple; local
3830 ECM_IP_ADDR_HASH(tuple, address);
3831 hash_val = (uint32_t)jhash_1word(tuple, ecm_db_jhash_rnd);
10277 * Increment tuple referenc
[all...]

Completed in 108 milliseconds

12