Searched defs:sctphdr (Results 1 – 2 of 2) sorted by relevance
46 struct sctphdr { struct47 uint16_t src_port; /* source port */48 uint16_t dest_port; /* destination port */49 uint32_t v_tag; /* verification tag of packet */50 uint32_t checksum; /* CRC32C checksum */
3987 struct sctphdr *sctphdr; in sctp_lowlevel_chunk_output() local