Home
last modified time | relevance | path

Searched refs:h_exthdr (Results 1 – 2 of 2) sorted by relevance

/linux/net/rds/
H A Dmessage.c235 memset(hdr->h_exthdr, RDS_EXTHDR_NONE, RDS_HEADER_EXT_SPACE); in rds_message_populate_header()
258 if (hdr->h_exthdr[ind] == RDS_EXTHDR_NONE) { in rds_find_next_ext_space()
259 *ext_start = hdr->h_exthdr + ind; in rds_find_next_ext_space()
263 type = hdr->h_exthdr[ind]; in rds_find_next_ext_space()
317 u8 *src = hdr->h_exthdr; in rds_message_next_extension()
H A Drds.h222 u8 h_exthdr[RDS_HEADER_EXT_SPACE]; member