Searched refs:paramh (Results 1 – 1 of 1) sorted by relevance
1943 struct sctp_paramhdr *paramh; in sctp_add_addr_to_mbuf() local1965 paramh = (struct sctp_paramhdr *)(SCTP_BUF_AT(m, SCTP_BUF_LEN(m))); in sctp_add_addr_to_mbuf()1979 paramh = mtod(mret, struct sctp_paramhdr *); in sctp_add_addr_to_mbuf()1990 ipv4p = (struct sctp_ipv4addr_param *)paramh; in sctp_add_addr_to_mbuf()1991 paramh->param_type = htons(SCTP_IPV4_ADDRESS); in sctp_add_addr_to_mbuf()1992 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()2005 ipv6p = (struct sctp_ipv6addr_param *)paramh; in sctp_add_addr_to_mbuf()2006 paramh->param_type = htons(SCTP_IPV6_ADDRESS); in sctp_add_addr_to_mbuf()2007 paramh->param_length = htons(plen); in sctp_add_addr_to_mbuf()