I'm seeing all in traffic passing through interface, but no out traffic.
Run the command:
show ip interface brief | exclude unassigned
to list all L3 interfaces that have assigned IP address.
Check if you enabled
ip route-cache cef
or
ip route-cache flow
on all L3 interfaces.