Searched refs:sctp_paddr_change (Results 1 – 2 of 2) sorted by relevance
329 struct sctp_paddr_change { struct521 struct sctp_paddr_change sn_paddr_change;
3285 struct sctp_paddr_change *spc; in sctp_notify_peer_addr_change()3297 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_paddr_change), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_peer_addr_change()3301 spc = mtod(m_notify, struct sctp_paddr_change *); in sctp_notify_peer_addr_change()3302 memset(spc, 0, sizeof(struct sctp_paddr_change)); in sctp_notify_peer_addr_change()3305 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change()3349 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change()