pub trait SocketUidContext<B> { // Required method fn get_socket_uid(&self, sk_buf: B) -> Option<uid_t>; }