Lines Matching full:formatted
136 Helper function that converts an integer into a formatted hexadecimal byte string.
154 key: The key to update in the map, formatted as a hexadecimal string.
155 value: The value to associate with the key, formatted as a hexadecimal string.
172 A dictionary containing formatted packet statistics for various XDP actions.
184 val = stats_dump[key]["formatted"]["value"]
185 if stats_dump[key]["formatted"]["key"] == XDPStats.RX.value:
187 elif stats_dump[key]["formatted"]["key"] == XDPStats.PASS.value:
189 elif stats_dump[key]["formatted"]["key"] == XDPStats.DROP.value:
191 elif stats_dump[key]["formatted"]["key"] == XDPStats.TX.value:
193 elif stats_dump[key]["formatted"]["key"] == XDPStats.ABORT.value:
408 stats: A dictionary containing formatted packet statistics for various XDP actions.