Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/can/
Dgw.h115 struct cgw_fdframe_mod { struct
121 #define CGW_FDMODATTR_LEN sizeof(struct cgw_fdframe_mod) argument
/Linux-v5.4/net/can/
Dgw.c586 struct cgw_fdframe_mod mb; in cgw_put_job()
725 [CGW_FDMOD_AND] = { .len = sizeof(struct cgw_fdframe_mod) },
726 [CGW_FDMOD_OR] = { .len = sizeof(struct cgw_fdframe_mod) },
727 [CGW_FDMOD_XOR] = { .len = sizeof(struct cgw_fdframe_mod) },
728 [CGW_FDMOD_SET] = { .len = sizeof(struct cgw_fdframe_mod) },
757 struct cgw_fdframe_mod mb; in cgw_parse_attr()