Home
last modified time | relevance | path

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

/Linux-v6.1/net/can/
Disotp.c80 #define ISOTP_MIN_NAMELEN CAN_REQUIRED_SIZE(struct sockaddr_can, can_addr.tp) macro
1136 __sockaddr_check_size(ISOTP_MIN_NAMELEN); in isotp_recvmsg()
1137 msg->msg_namelen = ISOTP_MIN_NAMELEN; in isotp_recvmsg()
1225 if (len < ISOTP_MIN_NAMELEN) in isotp_bind()
1328 memset(addr, 0, ISOTP_MIN_NAMELEN); in isotp_getname()
1334 return ISOTP_MIN_NAMELEN; in isotp_getname()