Home
last modified time | relevance | path

Searched refs:CONNECTOR_MAX_MSG_SIZE (Results 1 – 4 of 4) sorted by relevance

/linux/include/uapi/linux/
H A Dconnector.h57 #define CONNECTOR_MAX_MSG_SIZE 16384 macro
/linux/drivers/connector/
H A Dconnector.c209 len > CONNECTOR_MAX_MSG_SIZE) in cn_rx_skb()
/linux/tools/testing/selftests/connector/
H A Dproc_filter.c215 char buff[CONNECTOR_MAX_MSG_SIZE]; in handle_events()
/linux/drivers/w1/
H A Dw1_netlink.c589 reply_size = min(CONNECTOR_MAX_MSG_SIZE, reply_size); in w1_cn_callback()