Lines Matching refs:tlv_header_t
179 struct tlv_header_t { struct
353 const struct tlv_header_t *tlv_header; in slow_marker_lacp_print()
366 if (tlen < sizeof(struct tlv_header_t)) in slow_marker_lacp_print()
369 ND_TCHECK2(*tptr, sizeof(struct tlv_header_t)); in slow_marker_lacp_print()
370 tlv_header = (const struct tlv_header_t *)tptr; in slow_marker_lacp_print()
389 if (tlv_len < sizeof(struct tlv_header_t)) { in slow_marker_lacp_print()
391 (unsigned long) sizeof(struct tlv_header_t))); in slow_marker_lacp_print()
401 tlv_tptr=tptr+sizeof(struct tlv_header_t); in slow_marker_lacp_print()
402 tlv_tlen=tlv_len-sizeof(struct tlv_header_t); in slow_marker_lacp_print()
412 … (unsigned long) (sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_actor_partner_info_t)))); in slow_marker_lacp_print()
435 … (unsigned long) (sizeof(struct tlv_header_t) + sizeof(struct lacp_tlv_collector_info_t)))); in slow_marker_lacp_print()
450 … (unsigned long) (sizeof(struct tlv_header_t) + sizeof(struct marker_tlv_marker_info_t)))); in slow_marker_lacp_print()
472 print_unknown_data(ndo, tptr+sizeof(struct tlv_header_t), "\n\t ", in slow_marker_lacp_print()
473 tlv_len-sizeof(struct tlv_header_t)); in slow_marker_lacp_print()