Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_tc.c707 flow_spec->ip_flag = val ? IPV4_FLAG_MORE : 0; in otx2_tc_prepare_flow()
708 flow_mask->ip_flag = IPV4_FLAG_MORE; in otx2_tc_prepare_flow()
Dotx2_common.h34 #define IPV4_FLAG_MORE 0x20 macro
Dotx2_flows.c913 if (be32_to_cpu(fsp->h_ext.data[1]) != IPV4_FLAG_MORE) in otx2_prepare_flow_request()