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