Home
last modified time | relevance | path

Searched refs:qede_arfs_tuple (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/qlogic/qede/
Dqede_filter.c17 struct qede_arfs_tuple { struct
35 bool (*ip_comp)(struct qede_arfs_tuple *a, struct qede_arfs_tuple *b); argument
38 void (*build_hdr)(struct qede_arfs_tuple *t, void *header); argument
41 void (*stringify)(struct qede_arfs_tuple *t, void *buffer); argument
58 struct qede_arfs_tuple tuple;
1399 static int qede_flow_get_min_header_size(struct qede_arfs_tuple *t) in qede_flow_get_min_header_size()
1416 static bool qede_flow_spec_ipv4_cmp(struct qede_arfs_tuple *a, in qede_flow_spec_ipv4_cmp()
1417 struct qede_arfs_tuple *b) in qede_flow_spec_ipv4_cmp()
1427 static void qede_flow_build_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_build_ipv4_hdr()
1447 static void qede_flow_stringify_ipv4_hdr(struct qede_arfs_tuple *t, in qede_flow_stringify_ipv4_hdr()
[all …]