Searched refs:put_cmsg_compat (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/include/net/ |
D | compat.h | 53 int put_cmsg_compat(struct msghdr*, int, int, int, void *);
|
/linux-6.1.9/net/core/ |
D | scm.c | 218 return put_cmsg_compat(msg, level, type, len, data); in put_cmsg()
|
/linux-6.1.9/net/ |
D | compat.c | 225 int put_cmsg_compat(struct msghdr *kmsg, int level, int type, int len, void *data) in put_cmsg_compat() function
|