On Fri, Jun 17, 2016 at 06:20:07PM +0000, Shravan Ambati wrote: > Hello > > I was browsing through the code in stream-unix.c and found that the > unix_stream_class does not register any methods except unix_open. Similar > behavior for punix_stream_class. > > I was wondering then how is data being sent between unix stream sockets in > OVS if there is not corresponding send/receive for these classes? >
They call into new_fd_stream which calls stream_init with stream_fd_class, which has the recv/send hooks. Cascardo. > Thanks > Shravan > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
