Searched refs:efx_tc_ct_entry (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/sfc/ |
| H A D | tc_conntrack.c | 25 .key_len = offsetof(struct efx_tc_ct_entry, linkage), 27 .head_offset = offsetof(struct efx_tc_ct_entry, linkage), 45 struct efx_tc_ct_entry *conn = ptr; in efx_tc_ct_free() 94 struct efx_tc_ct_entry *conn) in efx_tc_ct_parse_match() 290 static int efx_tc_ct_mangle(struct efx_nic *efx, struct efx_tc_ct_entry *conn, in efx_tc_ct_mangle() 357 struct efx_tc_ct_entry *conn, *old; in efx_tc_ct_replace() 456 static void efx_tc_ct_remove(struct efx_nic *efx, struct efx_tc_ct_entry *conn) in efx_tc_ct_remove() 475 static void efx_tc_ct_remove_finish(struct efx_nic *efx, struct efx_tc_ct_entry *conn) in efx_tc_ct_remove_finish() 489 struct efx_tc_ct_entry *conn; in efx_tc_ct_destroy() 512 struct efx_tc_ct_entry *conn; in efx_tc_ct_stats() [all …]
|
| H A D | mae.h | 124 struct efx_tc_ct_entry; /* see tc_conntrack.h */ 125 int efx_mae_insert_ct(struct efx_nic *efx, struct efx_tc_ct_entry *conn); 126 int efx_mae_remove_ct(struct efx_nic *efx, struct efx_tc_ct_entry *conn);
|
| H A D | tc_conntrack.h | 39 struct efx_tc_ct_entry { struct
|
| H A D | mae.c | 1928 struct efx_tc_ct_entry *conn) in efx_mae_populate_ct_key() 1960 int efx_mae_insert_ct(struct efx_nic *efx, struct efx_tc_ct_entry *conn) in efx_mae_insert_ct() 2033 int efx_mae_remove_ct(struct efx_nic *efx, struct efx_tc_ct_entry *conn) in efx_mae_remove_ct()
|