Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/can/j1939/
H A Dsocket.c717 J1939_SOCK_ERRQUEUE); in j1939_sk_setsockopt()
721 if (!(jsk->state & J1939_SOCK_ERRQUEUE)) in j1939_sk_setsockopt()
766 tmp = (jsk->state & J1939_SOCK_ERRQUEUE) ? 1 : 0; in j1939_sk_getsockopt()
956 if (!(jsk->state & J1939_SOCK_ERRQUEUE)) in j1939_sk_errqueue()
H A Dj1939-priv.h295 #define J1939_SOCK_ERRQUEUE BIT(3) macro