Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_tc.c713 flow_spec->ip_flag = val ? IPV4_FLAG_MORE : 0; in otx2_tc_prepare_flow()
714 flow_mask->ip_flag = IPV4_FLAG_MORE; in otx2_tc_prepare_flow()
H A Dotx2_common.h40 #define IPV4_FLAG_MORE 0x20 macro
H A Dotx2_flows.c919 if (be32_to_cpu(fsp->h_ext.data[1]) != IPV4_FLAG_MORE) in otx2_prepare_flow_request()