type XfrmMsg … type XfrmMsgExpire … func (ue *XfrmMsgExpire) Type() nl.XfrmMsgType { … } func parseXfrmMsgExpire(b []byte) *XfrmMsgExpire { … } func XfrmMonitor(ch chan<- XfrmMsg, done <-chan struct{ … } func xfrmMcastGroups(types []nl.XfrmMsgType) ([]uint, error) { … }