Searched refs:lmp_object_header (Results 1 – 1 of 1) sorted by relevance
216 struct lmp_object_header { struct429 const struct lmp_object_header *lmp_obj_header; in lmp_print()486 ND_TCHECK2(*tptr, sizeof(struct lmp_object_header)); in lmp_print()488 lmp_obj_header = (const struct lmp_object_header *)tptr; in lmp_print()513 obj_tptr=tptr+sizeof(struct lmp_object_header); in lmp_print()514 obj_tlen=lmp_obj_len-sizeof(struct lmp_object_header); in lmp_print()1124 print_unknown_data(ndo,tptr+sizeof(struct lmp_object_header),"\n\t ", in lmp_print()1125 lmp_obj_len-sizeof(struct lmp_object_header)); in lmp_print()