Searched refs:ip_flag (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/scripts/python/ |
H 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/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | rvu_npc_fs.c | 966 NPC_WRITE_FLOW(NPC_IPFRAG_IPV4, ip_flag, pkt->ip_flag, 0, in npc_update_flow() 967 mask->ip_flag, 0); in npc_update_flow()
|