Searched refs:sctp_paddr_change (Results 1 – 3 of 3) sorted by relevance
332 struct sctp_paddr_change { struct524 struct sctp_paddr_change sn_paddr_change;
3287 struct sctp_paddr_change *spc; in sctp_notify_peer_addr_change()3295 m_notify = sctp_get_mbuf_for_msg(sizeof(struct sctp_paddr_change), 0, M_NOWAIT, 1, MT_DATA); in sctp_notify_peer_addr_change()3299 spc = mtod(m_notify, struct sctp_paddr_change *); in sctp_notify_peer_addr_change()3300 memset(spc, 0, sizeof(struct sctp_paddr_change)); in sctp_notify_peer_addr_change()3303 spc->spc_length = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change()3347 SCTP_BUF_LEN(m_notify) = sizeof(struct sctp_paddr_change); in sctp_notify_peer_addr_change()