linux kernel - Can unix sockets be accessed without using __sock_recvmsg? -
i'm trying debug interaction between driver , user programme talks each other using unix socket. question is: "is method __sock_recvmsg
(in net/socket.c) way info received socket or there other methods in kernel read info socket?"
the reply found kinda... if socket normal unix socket output must go through __sock_recvmsg possible alter function called socket when receiving message it's not normal unix socket.
sockets linux-kernel kernel unix-socket
No comments:
Post a Comment