Home
last modified time | relevance | path

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

/linux/include/uapi/linux/can/
H A Dgw.h115 struct cgw_fdframe_mod { struct
121 #define CGW_FDMODATTR_LEN sizeof(struct cgw_fdframe_mod) argument
/linux/net/can/
H A Dgw.c669 struct cgw_fdframe_mod mb; in cgw_put_job()
808 [CGW_FDMOD_AND] = { .len = sizeof(struct cgw_fdframe_mod) },
809 [CGW_FDMOD_OR] = { .len = sizeof(struct cgw_fdframe_mod) },
810 [CGW_FDMOD_XOR] = { .len = sizeof(struct cgw_fdframe_mod) },
811 [CGW_FDMOD_SET] = { .len = sizeof(struct cgw_fdframe_mod) },
840 struct cgw_fdframe_mod mb; in cgw_parse_attr()