Home
last modified time | relevance | path

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

/openbmc/linux/net/can/j1939/
H A Dj1939-priv.h297 #define J1939_SOCK_CONNECTED BIT(1) macro
H A Dsocket.c240 if (jsk->state & J1939_SOCK_CONNECTED) { in j1939_sk_match_dst()
573 jsk->state |= J1939_SOCK_CONNECTED; in j1939_sk_connect()
611 if (peer && !(jsk->state & J1939_SOCK_CONNECTED)) { in j1939_sk_getname()