Lines Matching defs:resp
1916 __le32 *key = NULL, *resp = NULL;
1925 /* key/resp widths are in bits; convert to dwords for IN_LEN */
1939 resp = kcalloc(rw, sizeof(__le32), GFP_KERNEL);
1940 if (!resp)
1947 rc = TABLE_POPULATE_RESP_BOOL(resp, ct, dnat, conn->dnat);
1952 rc = TABLE_POPULATE_RESP(resp, ct, nat_ip, conn->nat_ip);
1955 rc = TABLE_POPULATE_RESP(resp, ct, l4_natport, conn->l4_natport);
1958 rc = TABLE_POPULATE_RESP(resp, ct, mark, cpu_to_be32(conn->mark));
1961 rc = TABLE_POPULATE_RESP_U24(resp, ct, counter_id, conn->cnt->fw_id);
1973 resp, rw * sizeof(__le32));
1980 kfree(resp);