Searched refs:ip_flag (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/perf/scripts/python/ |
A D | intel-pt-events.py | 201 ip_flag = (data[0] & 0x80) >> 7 206 print(" cfe: %s IP: %u vector: %u" % (s, ip_flag, vector), end=' ') 208 print(" cfe: %u IP: %u vector: %u" % (typ, ip_flag, vector), end=' ')
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/nic/ |
A D | otx2_tc.c | 546 flow_spec->ip_flag = IPV4_FLAG_MORE; in otx2_tc_prepare_flow() 547 flow_mask->ip_flag = 0xff; in otx2_tc_prepare_flow()
|
A D | otx2_flows.c | 904 pkt->ip_flag = be32_to_cpu(fsp->h_ext.data[1]); in otx2_prepare_flow_request() 905 pmask->ip_flag = be32_to_cpu(fsp->m_ext.data[1]); in otx2_prepare_flow_request()
|
/linux-6.3-rc2/drivers/net/ethernet/marvell/octeontx2/af/ |
A D | rvu_npc_fs.c | 906 NPC_WRITE_FLOW(NPC_IPFRAG_IPV4, ip_flag, pkt->ip_flag, 0, in npc_update_flow() 907 mask->ip_flag, 0); in npc_update_flow()
|
A D | mbox.h | 1451 u8 ip_flag; member
|
A D | rvu_debugfs.c | 2809 seq_printf(s, "0x%x ", rule->packet.ip_flag); in rvu_dbg_npc_mcam_show_flows() 2810 seq_printf(s, "mask 0x%x\n", rule->mask.ip_flag); in rvu_dbg_npc_mcam_show_flows()
|
Completed in 27 milliseconds