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