Lines Matching defs:c
46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) in cmp_error()
57 static u64 mpr_address(struct cmp_connection *c) in mpr_address()
65 static u64 pcr_address(struct cmp_connection *c) in pcr_address()
73 static int pcr_modify(struct cmp_connection *c, in pcr_modify()
74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify()
120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init()
160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used()
180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy()
189 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify()
200 static int get_overhead_id(struct cmp_connection *c) in get_overhead_id()
219 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) in opcr_set_modify()
247 static int pcr_set_check(struct cmp_connection *c, __be32 pcr) in pcr_set_check()
273 int cmp_connection_establish(struct cmp_connection *c, in cmp_connection_establish()
331 int cmp_connection_update(struct cmp_connection *c) in cmp_connection_update()
370 static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr) in pcr_break_modify()
383 void cmp_connection_break(struct cmp_connection *c) in cmp_connection_break()