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