I have some Python code that opens a socket and attaches a BPF filter to it using socket.setsockopt(..., SO_ATTACH_FILTER). Unfortunately the code that generates t
socket.setsockopt(..., SO_ATTACH_FILTER)