Searched defs:spair (Results 1 – 2 of 2) sorted by relevance
46 __net_socket struct spair { struct60 K_MEM_SLAB_DEFINE_STATIC(spair_slab, sizeof(struct spair), CONFIG_NET_SOCKETPAIR_MAX * 2, argument69 static inline bool sock_is_nonblock(const struct spair *spair) in sock_is_nonblock()75 static inline bool sock_is_connected(const struct spair *spair) in sock_is_connected()89 static inline bool sock_is_eof(const struct spair *spair) in sock_is_eof()100 static inline size_t spair_write_avail(struct spair *spair) in spair_write_avail()118 static inline size_t spair_read_avail(struct spair *spair) in spair_read_avail()161 static void spair_delete(struct spair *spair) in spair_delete()220 struct spair *spair; in spair_new() local405 struct spair *const spair = (struct spair *)obj; in spair_write() local[all …]
23 int spair[2]; member