Searched refs:IPCL_CONN_HASH (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/uts/common/inet/ |
H A D | ipclassifier.h | 564 #define IPCL_CONN_HASH(src, ports, ipst) \ macro 569 IPCL_CONN_HASH(V4_PART_OF_V6((src)), (ports), (ipst))
|
/titanic_44/usr/src/uts/common/inet/ip/ |
H A D | ipclassifier.c | 1356 IPCL_CONN_HASH(connp->conn_faddr_v4, in ipcl_conn_insert_v4() 1547 &ipst->ips_ipcl_conn_fanout[IPCL_CONN_HASH(ipha->ipha_src, in ipcl_classify_v4() 2399 connfp = &ipst->ips_ipcl_conn_fanout[IPCL_CONN_HASH(ipha->ipha_dst, in ipcl_conn_tcp_lookup_reversed_ipv4() 2493 connfp = &ipst->ips_ipcl_conn_fanout[IPCL_CONN_HASH(ipha->ipha_dst, in ipcl_tcp_lookup_reversed_ipv4()
|
H A D | sadb.c | 6404 IPCL_CONN_HASH(sel->ips_remote_addr_v4, ports, ipst)];
|