Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/linux/can/
Dgw.h108 struct cgw_csum_xor { struct
127 #define CGW_CS_XOR_LEN sizeof(struct cgw_csum_xor) argument
/linux-4.1.27/net/can/
Dgw.c106 struct cgw_csum_xor xor;
110 void (*xor)(struct can_frame *cf, struct cgw_csum_xor *xor);
211 static void cgw_csum_xor_rel(struct can_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_rel()
233 static void cgw_csum_xor_pos(struct can_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_pos()
244 static void cgw_csum_xor_neg(struct can_frame *cf, struct cgw_csum_xor *xor) in cgw_csum_xor_neg()
616 [CGW_CS_XOR] = { .len = sizeof(struct cgw_csum_xor) },
742 struct cgw_csum_xor *c = nla_data(tb[CGW_CS_XOR]); in cgw_parse_attr()