Hi, I want to track the Source IP for outgoing packets which are masqueraded via iptables in Linux kernel while routing the packet to destination. I was using kprobe for nf_nat_ipv4_manip_pkt for the same but which is not working anymore in the latest kernel 6.1.66-1 onwards. What would be the best way to do the same in bpf or kprobe?